summaryrefslogtreecommitdiff
path: root/indra/newview/llsyswellwindow.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-07-24 12:34:32 -0400
committerOz Linden <oz@lindenlab.com>2013-07-24 12:34:32 -0400
commit4faad350c7dd7fa2e2606231d8293c357823348a (patch)
tree8318e8e25d64fd1c8b5d085d75580b06ff631532 /indra/newview/llsyswellwindow.cpp
parentcf33a9a7b31b19d0f87e11997aaba938a8ee950d (diff)
Improve envelope notification behavior when there is no toast to display
Diffstat (limited to 'indra/newview/llsyswellwindow.cpp')
-rwxr-xr-xindra/newview/llsyswellwindow.cpp5
1 files changed, 5 insertions, 0 deletions
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()