diff options
| author | pavelk_productengine <none@none> | 2015-02-03 19:44:25 +0200 |
|---|---|---|
| committer | pavelk_productengine <none@none> | 2015-02-03 19:44:25 +0200 |
| commit | b31631934a7caa0fe331cd25e745e8b9c9485798 (patch) | |
| tree | 6437fe03aa11904f74c7e5964ca02b1446138255 /indra/newview/llchiclet.cpp | |
| parent | 23ae6d098a9520d325354e15bdca60d3c44577e8 (diff) | |
MAINT-4734 (Separate transaction notices from group notice/invites)
- added code to sort notifications between tabs: Invites, Transactions, System messages
- made cosmetic changes according to comment from 27/Jan/15 in Jira
- added code to show correct number of notifications on each tab
- added code to close all notifications on current tab via "Delete all" button
Diffstat (limited to 'indra/newview/llchiclet.cpp')
| -rwxr-xr-x | indra/newview/llchiclet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 6435c934b9..33cb0551b4 100755 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -228,7 +228,7 @@ bool LLNotificationChiclet::ChicletNotificationChannel::filterNotification( LLNo if ( (notification->getName() == "ScriptDialog") // special case for scripts // if there is no toast window for the notification, filter it //|| (!LLNotificationWellWindow::getInstance()->findItemByID(notification->getID())) - || (!LLFloaterNotificationsTabbed::getInstance()->findItemByID(notification->getID())) + || (!LLFloaterNotificationsTabbed::getInstance()->findItemByID(notification->getID(), notification->getName())) ) { displayNotification = false; |
