diff options
author | McCabe Maxsted | 2008-11-29 01:10:51 -0700 |
---|---|---|
committer | Jacek Antonelli | 2008-11-29 12:23:14 -0600 |
commit | beb7e12d2af3106a405043ec9e25958bc950b191 (patch) | |
tree | c1339d8c2ffc478aa1a67ff46534046b27e779dd | |
parent | Rearranged grid selectors so main grid is first. (diff) | |
download | meta-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.
-rw-r--r-- | ChangeLog.txt | 6 | ||||
-rw-r--r-- | 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 @@ | |||
1 | 2008-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 | |||
1 | 2008-11-25 Jacek Antonelli <jacek.antonelli@gmail.com> | 7 | 2008-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 |
384 | void LLFloaterDirectory::toggleFind(void*) | 384 | void 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"); |