summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-04-24 16:51:59 -0700
committerRichard Linden <none@none>2012-04-24 16:51:59 -0700
commit9b77ffb71ba112d27296b7ce8ab571285b9bba06 (patch)
tree22f63b89db754b5de1b15e2cd52e4505eb44ca27 /indra/newview
parentdde1342fffcf0d90ef22e50405a0c4634ef22a74 (diff)
CHUI-94 FIX Clicking OK on a notification does not remove the notification from the notifications listing
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llsyswellwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsyswellwindow.h b/indra/newview/llsyswellwindow.h
index caf30cfd67..f497f546aa 100644
--- a/indra/newview/llsyswellwindow.h
+++ b/indra/newview/llsyswellwindow.h
@@ -123,7 +123,7 @@ protected:
struct WellNotificationChannel : public LLNotificationChannel
{
WellNotificationChannel(LLNotificationWellWindow*);
- void onAdd(LLNotificationPtr notify)
+ void onDelete(LLNotificationPtr notify)
{
mWellWindow->removeItemByID(notify->getID());
}