diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-06-03 19:13:39 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-06-03 19:13:39 +0300 |
commit | c7b3ff29c0f67b7f3848542f42c84ca12d22d4ec (patch) | |
tree | a0fe688c3a1e4ef6a61029cfab7e872d74e207e0 /indra/newview/llnavigationbar.cpp | |
parent | cdab7667320164666682cf46b79faf9d8c5e037b (diff) | |
parent | 5609f78f456a2919aa6eba76955a2438689c0689 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnavigationbar.cpp')
-rw-r--r-- | indra/newview/llnavigationbar.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnavigationbar.cpp b/indra/newview/llnavigationbar.cpp index e5548007bd..fce666c9d4 100644 --- a/indra/newview/llnavigationbar.cpp +++ b/indra/newview/llnavigationbar.cpp @@ -48,6 +48,7 @@ #include "lllandmarkactions.h" #include "lllocationhistory.h" #include "lllocationinputctrl.h" +#include "llpaneltopinfobar.h" #include "llteleporthistory.h" #include "llsearchcombobox.h" #include "llsidetray.h" @@ -714,6 +715,7 @@ void LLNavigationBar::onNavigationButtonHeldUp(LLButton* nav_button) void LLNavigationBar::handleLoginComplete() { LLTeleportHistory::getInstance()->handleLoginComplete(); + LLPanelTopInfoBar::instance().handleLoginComplete(); mCmbLocation->handleLoginComplete(); } |