aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterdirectory.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llfloaterdirectory.cpp
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/llfloaterdirectory.cpp')
-rw-r--r--linden/indra/newview/llfloaterdirectory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llfloaterdirectory.cpp b/linden/indra/newview/llfloaterdirectory.cpp
index ab2e873..846a2fb 100644
--- a/linden/indra/newview/llfloaterdirectory.cpp
+++ b/linden/indra/newview/llfloaterdirectory.cpp
@@ -379,7 +379,7 @@ void LLFloaterDirectory::show(void *)
379 sInstance = new LLFloaterDirectory("directory"); 379 sInstance = new LLFloaterDirectory("directory");
380 } 380 }
381 381
382 sInstance->open(); 382 sInstance->open(); /*Flawfinder: ignore*/
383 sInstance->focusCurrentPanel(); 383 sInstance->focusCurrentPanel();
384} 384}
385 385
@@ -415,7 +415,7 @@ void LLFloaterDirectory::toggleFind(void*)
415 BOOL panel_visible = sInstance->getVisible(); 415 BOOL panel_visible = sInstance->getVisible();
416 if (!panel_visible) 416 if (!panel_visible)
417 { 417 {
418 sInstance->open(); 418 sInstance->open(); /*Flawfinder: ignore*/
419 sInstance->focusCurrentPanel(); 419 sInstance->focusCurrentPanel();
420 } 420 }
421 else 421 else
@@ -436,7 +436,7 @@ void LLFloaterDirectory::toggleEvents(void*)
436 BOOL panel_visible = sInstance->getVisible(); 436 BOOL panel_visible = sInstance->getVisible();
437 if (!panel_visible) 437 if (!panel_visible)
438 { 438 {
439 sInstance->open(); 439 sInstance->open(); /*Flawfinder: ignore*/
440 sInstance->showEvents(0); 440 sInstance->showEvents(0);
441 } 441 }
442 else 442 else