From 1474f3ae335c5286ad6254731dd6882a876e1bf8 Mon Sep 17 00:00:00 2001 From: Dmitry Zaporozhan Date: Mon, 28 Dec 2009 17:09:33 +0200 Subject: Fix for low bug EXT-3186 - Incorrect navigation as a result of using "Back" button in profile of resident. --HG-- branch : product-engine --- indra/newview/llsidetraypanelcontainer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llsidetraypanelcontainer.h') 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 { + Optional 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 -- cgit v1.2.3