Remove account login failure notification when presenting the credentials dialog.

git-svn-id: http://yate.null.ro/svn/yate/trunk@4681 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2011-11-07 13:05:50 +00:00
parent fdafbb2132
commit 9c3118a896
1 changed files with 4 additions and 0 deletions

View File

@ -6010,6 +6010,10 @@ bool DefaultLogic::handleUserNotify(Message& msg, bool& stopLogic)
upd->addParam("active:messages_acc_edit",ok);
showNotificationArea(true,Client::self()->getWindow(s_wndMain),&rows);
}
else {
// Remove account failure notification if still there
removeNotifArea(YSTRING("loginfail"),account);
}
}
if (msg.getBoolValue(YSTRING("autorestart")))
stat = ClientResource::Connecting;