close login dialog after error message

This commit is contained in:
doitux
2011-11-19 11:01:54 +00:00
parent b095a76216
commit ca9a4eba7e
@@ -920,6 +920,8 @@ void startWindowImpl::networkError(int errorID, int /*osErrorID*/)
myConnectToServerDialog->reject();
myStartNetworkGameDialog->reject();
myGuiInterface->getMyW()->close();
myInternetGameLoginDialog->reject();
}
void startWindowImpl::networkNotification(int notificationId)