From 4faad350c7dd7fa2e2606231d8293c357823348a Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Wed, 24 Jul 2013 12:34:32 -0400 Subject: Improve envelope notification behavior when there is no toast to display --- indra/newview/llsyswellwindow.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llsyswellwindow.cpp') diff --git a/indra/newview/llsyswellwindow.cpp b/indra/newview/llsyswellwindow.cpp index e92bd766ca..4846c54189 100755 --- a/indra/newview/llsyswellwindow.cpp +++ b/indra/newview/llsyswellwindow.cpp @@ -118,6 +118,11 @@ void LLSysWellWindow::removeItemByID(const LLUUID& id) } } + LLPanel * LLSysWellWindow::findItemByID(const LLUUID& id) +{ + return mMessageList->getItemByValue(id); +} + //--------------------------------------------------------------------------------- //--------------------------------------------------------------------------------- void LLSysWellWindow::initChannel() -- cgit v1.2.3