diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-07-09 22:30:15 +0000 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-07-09 22:30:15 +0000 |
commit | 8016e73cc0a2a27062fae27e609535e002eef362 (patch) | |
tree | 2275ae830416ccc606e0c0c576445c50b310222f /indra/newview/llnavigationbar.cpp | |
parent | 4cbf65be95dfb2320642c018b15a904075283339 (diff) |
svn merge -r126726:126727 svn+ssh://svn.lindenlab.com/linden/branches/skinning/skinning-15/
DEV-35109 Nav bar does not record teleports taken by any method other than typing into nav bar
DEV-35117 Hard to open local chat, needs bottom bar widget for now
hiding test IM floaters
Diffstat (limited to 'indra/newview/llnavigationbar.cpp')
-rw-r--r-- | indra/newview/llnavigationbar.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llnavigationbar.cpp b/indra/newview/llnavigationbar.cpp index b4a6e63de8..df43b069c8 100644 --- a/indra/newview/llnavigationbar.cpp +++ b/indra/newview/llnavigationbar.cpp @@ -415,10 +415,7 @@ void LLNavigationBar::onRegionNameResponse( S32 selected_item = mCmbLocation->getCurrentIndex(); if (selected_item == -1) // user has typed text { - LLLocationHistory* lh = LLLocationHistory::getInstance(); mCmbLocation->add(typed_location); - lh->addItem(typed_location); - lh->save(); } // Teleport to the location. |