aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt6
-rw-r--r--linden/indra/newview/llfloaterdirectory.cpp4
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 @@
12008-11-29 McCabe Maxsted <hakushakukun@gmail.com>
2
3 * linden/indra/newview/llfloaterdirectory.cpp:
4 Fixed search window not refreshing in RelWithDebInfo builds.
5
6
12008-11-25 Jacek Antonelli <jacek.antonelli@gmail.com> 72008-11-25 Jacek Antonelli <jacek.antonelli@gmail.com>
2 8
3 * linden/indra/newview/llstartup.cpp: 9 * 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)
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");