diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-12 22:08:55 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-12 22:08:55 +0200 |
commit | e890055da3a4635af1a033411e83a96b14aa6f99 (patch) | |
tree | b1094e26a7e5e205f854f3e17a18d999cba22e23 /indra/newview/llpanellandmarks.h | |
parent | 630c107eb98b36a26902d653f00c57abcc67ccb3 (diff) |
Fixed reopened critical bug (EXT-4827) [NUX] The Places Panel should default to the Landmarks tab with the Library expanded.
- Added expanding "Landmarks" folder in the Library on startup.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanellandmarks.h')
-rw-r--r-- | indra/newview/llpanellandmarks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanellandmarks.h b/indra/newview/llpanellandmarks.h index cbbd10ac26..6358bd6f23 100644 --- a/indra/newview/llpanellandmarks.h +++ b/indra/newview/llpanellandmarks.h @@ -78,6 +78,8 @@ public: */ void setItemSelected(const LLUUID& obj_id, BOOL take_keyboard_focus); + LLPlacesInventoryPanel* getLibraryInventoryPanel() { return mLibraryInventoryPanel; } + protected: /** * @return true - if current selected panel is not null and selected item is a landmark |