diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2009-10-28 17:12:47 -0700 |
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2009-10-28 17:12:47 -0700 |
| commit | 437449044583d50c8cad694e65e5a4a23a55d768 (patch) | |
| tree | c7637a8dbc31d933ca05e999eea7f9fd34daa305 /indra/newview/llsyswellwindow.cpp | |
| parent | 9426de7e10fa7cfe84048ae7dd58a793e981ee33 (diff) | |
| parent | d993ce14d83530544c0e0f05af10d235999d9a5f (diff) | |
tab container fixes..
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 |
