Fixed bug introduced in rev. 4042: return the correct value when processing actions from notification area.

git-svn-id: http://yate.null.ro/svn/yate/trunk@4058 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2011-01-24 10:28:54 +00:00
parent 86ace5a67c
commit 453604f7d6
1 changed files with 1 additions and 1 deletions

View File

@ -7731,7 +7731,7 @@ bool DefaultLogic::handleNotificationAreaAction(const String& action, Window* wn
}
}
}
if (type == "rosterreqfail") {
else if (type == "rosterreqfail") {
if (act->value == PrivNotification1)
remove = queryRoster(m_accounts->findAccount(account));
}