diff options
author | Oz Linden <oz@lindenlab.com> | 2013-07-24 12:34:32 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-07-24 12:34:32 -0400 |
commit | 4faad350c7dd7fa2e2606231d8293c357823348a (patch) | |
tree | 8318e8e25d64fd1c8b5d085d75580b06ff631532 /indra/newview/llsyswellwindow.cpp | |
parent | cf33a9a7b31b19d0f87e11997aaba938a8ee950d (diff) |
Improve envelope notification behavior when there is no toast to display
Diffstat (limited to 'indra/newview/llsyswellwindow.cpp')
-rwxr-xr-x | indra/newview/llsyswellwindow.cpp | 5 |
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() |