Fixed switching between combined and not combined tray icon notify with available messages.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5719 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-10-24 08:34:42 +00:00
parent b3d1e75455
commit 9953b3b640
3 changed files with 17 additions and 12 deletions

View file

@ -492,6 +492,7 @@ void MainWindow::createNotifyIcons()
userNotify->createIcons(notifyMenu);
userNotify->updateIcon();
}
updateTrayCombine();
}
const QList<UserNotify*> &MainWindow::getUserNotifyList()