diff options
author | Richard Nelson <none@none> | 2010-06-04 14:26:08 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-06-04 14:26:08 -0700 |
commit | 1be76eccdfed4d02f7ff8e34a29528887dd8d26c (patch) | |
tree | 0f1ef59f9ff5986dbd6ce8ab117c66f92b4205bc /indra/newview/llnavigationbar.cpp | |
parent | 46e1253ee11cd2aca41314ec4e9c053bddd7a0b4 (diff) | |
parent | 05d7addde73511d303f9203d0dc007ebb2e5b299 (diff) |
merge
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(); } |