diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-04 09:52:48 +0100 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-04 09:52:48 +0100 |
| commit | be7554c3b624427ccf8543fb0a3187a2d9f7090b (patch) | |
| tree | e8db1121d0b7fc981b9642b7591ebb0dcdff5efe /indra/newview/llnavigationbar.cpp | |
| parent | a9164676687341fae33d3fe5f22b05156a65ff85 (diff) | |
| parent | f41d06012b53c7fe65ec1347364a2228b2992dc7 (diff) | |
merge from PE's viewer-trunk
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(); } |
