diff options
author | Rider Linden <rider@lindenlab.com> | 2015-10-27 15:45:21 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-10-27 15:45:21 -0700 |
commit | b1c3ec9c0049758afbe9e13d31cc2f60348ecffb (patch) | |
tree | 9da64a10bee7c90ac671db21df68b9e78ca72c7c /indra/newview/llchicletbar.cpp | |
parent | 9833a50260fb45d5f0033200ae756834c0cc9940 (diff) | |
parent | 4ee02ce01a220aaf63f10c2a00556b13c7892de3 (diff) |
Merge
Diffstat (limited to 'indra/newview/llchicletbar.cpp')
-rwxr-xr-x | indra/newview/llchicletbar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llchicletbar.cpp b/indra/newview/llchicletbar.cpp index d8b04f7004..254e3f61a8 100755 --- a/indra/newview/llchicletbar.cpp +++ b/indra/newview/llchicletbar.cpp @@ -31,6 +31,7 @@ #include "lllayoutstack.h" #include "llpaneltopinfobar.h" #include "llsyswellwindow.h" +#include "llfloaternotificationstabbed.h" namespace { @@ -49,7 +50,7 @@ BOOL LLChicletBar::postBuild() mToolbarStack = getChild<LLLayoutStack>("toolbar_stack"); mChicletPanel = getChild<LLChicletPanel>("chiclet_list"); - showWellButton("notification_well", !LLNotificationWellWindow::getInstance()->isWindowEmpty()); + showWellButton("notification_well", !LLFloaterNotificationsTabbed::getInstance()->isWindowEmpty()); LLPanelTopInfoBar::instance().setResizeCallback(boost::bind(&LLChicletBar::fitWithTopInfoBar, this)); LLPanelTopInfoBar::instance().setVisibleCallback(boost::bind(&LLChicletBar::fitWithTopInfoBar, this)); |