diff options
Diffstat (limited to 'indra/llui/llnotifications.cpp')
| -rw-r--r-- | indra/llui/llnotifications.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index 9845b7e2ce..25e2475f59 100644 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -1443,8 +1443,8 @@ void LLNotifications::cancel(LLNotificationPtr pNotif)  	{  		llerrs << "Attempted to delete nonexistent notification " << pNotif->getName() << llendl;  	} -	updateItem(LLSD().insert("sigtype", "delete").insert("id", pNotif->id()), pNotif);  	pNotif->cancel(); +	updateItem(LLSD().insert("sigtype", "delete").insert("id", pNotif->id()), pNotif);  }  void LLNotifications::update(const LLNotificationPtr pNotif) | 
