have show DS connect refresh existing dialog

This commit is contained in:
Stephen Birarda 2015-05-28 17:07:57 -07:00
parent 7f86ca3f10
commit 5749fefcd5

View file

@ -181,6 +181,7 @@ void DialogsManager::showDomainConnectionDialog() {
// if the dialog already exists we delete it so the connection data is refreshed
if (_domainConnectionDialog) {
_domainConnectionDialog->close();
_domainConnectionDialog->deleteLater();
_domainConnectionDialog = NULL;
}