aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorMcCabe Maxsted2008-11-29 01:10:51 -0700
committerJacek Antonelli2008-11-29 12:23:14 -0600
commitbeb7e12d2af3106a405043ec9e25958bc950b191 (patch)
treec1339d8c2ffc478aa1a67ff46534046b27e779dd /linden/indra
parentRearranged grid selectors so main grid is first. (diff)
downloadmeta-impy-beb7e12d2af3106a405043ec9e25958bc950b191.zip
meta-impy-beb7e12d2af3106a405043ec9e25958bc950b191.tar.gz
meta-impy-beb7e12d2af3106a405043ec9e25958bc950b191.tar.bz2
meta-impy-beb7e12d2af3106a405043ec9e25958bc950b191.tar.xz
Fixed search window not refreshing in RelWithDebInfo builds.
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/newview/llfloaterdirectory.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/linden/indra/newview/llfloaterdirectory.cpp b/linden/indra/newview/llfloaterdirectory.cpp
index 305a029..9a0c2fc 100644
--- a/linden/indra/newview/llfloaterdirectory.cpp
+++ b/linden/indra/newview/llfloaterdirectory.cpp
@@ -383,10 +383,6 @@ void LLFloaterDirectory::showPanel(const std::string& tabname)
383// static 383// static
384void LLFloaterDirectory::toggleFind(void*) 384void LLFloaterDirectory::toggleFind(void*)
385{ 385{
386#ifndef LL_RELEASE_FOR_DOWNLOAD
387 delete sInstance;
388 sInstance = NULL;
389#endif
390 if (!sInstance) 386 if (!sInstance)
391 { 387 {
392 std::string panel = gSavedSettings.getString("LastFindPanel"); 388 std::string panel = gSavedSettings.getString("LastFindPanel");