diff options
Diffstat (limited to 'linden/indra/newview/llfloaterdirectory.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterdirectory.cpp | 6 |
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 |