summaryrefslogtreecommitdiff
path: root/indra/newview/llscreenchannel.h
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2010-01-11 14:12:03 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2010-01-11 14:12:03 +0200
commitd0c029c6094bf23ad9a016d9029b830d674a566a (patch)
tree3d17c59b14a72173725c63d5175cc8b1893b90a5 /indra/newview/llscreenchannel.h
parent86b78d84bc95017fe3060bc1cca994858159ca7a (diff)
Fixed normal bug EXT-3764 - Notifications should not stack when selected from the Well.
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llscreenchannel.h')
-rw-r--r--indra/newview/llscreenchannel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llscreenchannel.h b/indra/newview/llscreenchannel.h
index 38f27f756b..661b9e4e60 100644
--- a/indra/newview/llscreenchannel.h
+++ b/indra/newview/llscreenchannel.h
@@ -176,6 +176,8 @@ public:
void modifyToastByNotificationID(LLUUID id, LLPanel* panel);
// hide all toasts from screen, but not remove them from a channel
void hideToastsFromScreen();
+ // hide toast by notification id
+ void hideToast(const LLUUID& notification_id);
// removes all toasts from a channel
void removeToastsFromChannel();
// show all toasts in a channel