summaryrefslogtreecommitdiff
path: root/indra/newview/llsidetraypanelcontainer.h
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2009-12-28 17:09:33 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2009-12-28 17:09:33 +0200
commit1474f3ae335c5286ad6254731dd6882a876e1bf8 (patch)
treec0d67dcbd78a84af8b4e489c6c36eb08b71830d9 /indra/newview/llsidetraypanelcontainer.h
parent5f44b76e22162ce37c714519a3d0c96b0ce24bf3 (diff)
Fix for low bug EXT-3186 - Incorrect navigation as a result of using "Back" button in profile of resident.
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llsidetraypanelcontainer.h')
-rw-r--r--indra/newview/llsidetraypanelcontainer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llsidetraypanelcontainer.h b/indra/newview/llsidetraypanelcontainer.h
index 3f3cb552f8..beed328269 100644
--- a/indra/newview/llsidetraypanelcontainer.h
+++ b/indra/newview/llsidetraypanelcontainer.h
@@ -51,6 +51,7 @@ public:
struct Params : public LLInitParam::Block<Params, LLTabContainer::Params>
{
+ Optional<std::string> default_panel_name;
Params();
};
@@ -90,6 +91,7 @@ protected:
// Navigation history
panel_navigation_history_t mPanelHistory;
+ std::string mDefaultPanelName;
};
#endif //LL_LLSIDETRAY_PANEL_CONTAINER_H