diff options
author | Richard Linden <none@none> | 2011-02-25 11:09:11 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-02-25 11:09:11 -0800 |
commit | c2bde809e5c2d442335458d2cc83bdd791d6b459 (patch) | |
tree | 7e648a5333e26587b19e92d72504df22742e4070 /indra | |
parent | 69a84d1e4cd25d6b440cffc1306604c45100475b (diff) |
SOCIAL-575 FIX Side panel displayed in Minimal skin on first launch
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llstartup.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 0eac7d5e2a..57314f14a8 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1703,9 +1703,6 @@ bool idle_startup() // Set the show start location to true, now that the user has logged // on with this install. gSavedSettings.setBOOL("ShowStartLocation", TRUE); - - LLSideTray::getInstance()->showPanel("panel_home", LLSD()); - } // We're successfully logged in. |