summaryrefslogtreecommitdiff
path: root/indra/newview/llchicletbar.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <andreylproductengine@lindenlab.com>2015-10-27 08:00:28 +0200
committerAndreyL ProductEngine <andreylproductengine@lindenlab.com>2015-10-27 08:00:28 +0200
commit7f39e2583ffffee5866663ebf8798f393fc67570 (patch)
tree0babf6af77d62b9408d059813d4ff81df7ff75d5 /indra/newview/llchicletbar.cpp
parentcf53c157fe46eb02568101a51c43a41ee2a4cd18 (diff)
parent84150294b912d04e345007b65670c0230a2e4d79 (diff)
Merge downstream, version 3.8.7
Diffstat (limited to 'indra/newview/llchicletbar.cpp')
-rwxr-xr-xindra/newview/llchicletbar.cpp3
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));