From beb7e12d2af3106a405043ec9e25958bc950b191 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sat, 29 Nov 2008 01:10:51 -0700 Subject: Fixed search window not refreshing in RelWithDebInfo builds. --- ChangeLog.txt | 6 ++++++ linden/indra/newview/llfloaterdirectory.cpp | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index dd99b55..f149120 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,9 @@ +2008-11-29 McCabe Maxsted + + * linden/indra/newview/llfloaterdirectory.cpp: + Fixed search window not refreshing in RelWithDebInfo builds. + + 2008-11-25 Jacek Antonelli * linden/indra/newview/llstartup.cpp: 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) // static void LLFloaterDirectory::toggleFind(void*) { -#ifndef LL_RELEASE_FOR_DOWNLOAD - delete sInstance; - sInstance = NULL; -#endif if (!sInstance) { std::string panel = gSavedSettings.getString("LastFindPanel"); -- cgit v1.1