diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2015-10-13 20:20:09 +0300 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2015-10-13 20:20:09 +0300 |
commit | 3732e0b4d2d0c311c6341bf479bbc4fa7387df0e (patch) | |
tree | 1ca88fe8d140856687d9804f35fa75348449d9f0 /indra/newview/llchicletbar.cpp | |
parent | 4312629e7c5749b86add9d42e6e550602f34dbf5 (diff) | |
parent | 4ec4bf3711757c71ea9007ed939efb17312fe0b6 (diff) |
merge changes for MAINT-4734
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)); |