diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-12-10 11:30:20 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-12-10 11:30:20 -0800 |
commit | 48ba1af15e149e111592b1e9bfbc8cce4c15d5c4 (patch) | |
tree | 818c60292fbbae967eef21458e2ecad8da7dc41e /indra/newview/llpanellogin.cpp | |
parent | e2fa9eb03a054fbb3fd20e0b105ec0a1174e2113 (diff) |
EXT-3047 "Block" item in "more verbs" menu of mini inspector isn't disabled when resident is blocked
EXT-3358 Cannot toggle Grid pulldown on login screen
reviewed by Richard
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
-rw-r--r-- | indra/newview/llpanellogin.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index a729b8c06f..5e983f41c7 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -671,12 +671,8 @@ void LLPanelLogin::refreshLocation( bool force_visible ) sInstance->childSetVisible("start_location_combo", show_start); sInstance->childSetVisible("start_location_text", show_start); -#if LL_RELEASE_FOR_DOWNLOAD BOOL show_server = gSavedSettings.getBOOL("ForceShowGrid"); sInstance->childSetVisible("server_combo", show_server); -#else - sInstance->childSetVisible("server_combo", TRUE); -#endif #endif } |