diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-06-04 10:27:46 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-06-04 10:27:46 -0400 |
commit | a77d273e3ab448d84507bfdb763df8335eadea9e (patch) | |
tree | 938e3b9b25ef1dd675d0acd2cf322f059b048d8b /indra/newview/llnavigationbar.cpp | |
parent | 882d8952dad1de21a3b2fca76e5f418b4c1b440f (diff) | |
parent | 15b855409a0ae7588236fe43f4aaa1d5d389b005 (diff) |
automated 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(); } |