diff options
author | Dmitry Oleshko <doleshko@productengine.com> | 2009-10-26 18:51:31 +0200 |
---|---|---|
committer | Dmitry Oleshko <doleshko@productengine.com> | 2009-10-26 18:51:31 +0200 |
commit | fa13628e9d56d473ae1fd8f4aa53afaf6a229e7b (patch) | |
tree | 31a7eddc130f8fc9979abb2db0db6e72c4b06bba /indra/newview/llsyswellwindow.cpp | |
parent | e4b3b5f7df55df49f1253cf5fa7bd728e1fbb094 (diff) |
Fixed normal bug [BSI] The "X notifications arrived while you were away" toast on login is not clickable
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llsyswellwindow.cpp')
-rw-r--r-- | indra/newview/llsyswellwindow.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llsyswellwindow.cpp b/indra/newview/llsyswellwindow.cpp index 86290e6695..93a931dc78 100644 --- a/indra/newview/llsyswellwindow.cpp +++ b/indra/newview/llsyswellwindow.cpp @@ -113,6 +113,12 @@ void LLSysWellWindow::connectListUpdaterToSignal(std::string notification_type) } //--------------------------------------------------------------------------------- +void LLSysWellWindow::onStartUpToastClick(S32 x, S32 y, MASK mask) +{ + onChicletClick(); +} + +//--------------------------------------------------------------------------------- void LLSysWellWindow::onChicletClick() { // 1 - remove StartUp toast and channel if present |