diff options
author | Richard Linden <none@none> | 2010-09-16 15:36:23 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-16 15:36:23 -0700 |
commit | 7a3fc995c3af52004fb1efee8c2f1de55fffef04 (patch) | |
tree | 6fdd3f21c415a0f042510cc876cb89009f7af9ee /indra | |
parent | 387011a1ff519d0e339b446ff5d02f0d009b7e5d (diff) |
EXP-63 FIX Hint marked as acted upon if hints are disabled while specific UI hint is open
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llhints.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhints.cpp b/indra/newview/llhints.cpp index bd7fec63e8..bb8f4a995b 100644 --- a/indra/newview/llhints.cpp +++ b/indra/newview/llhints.cpp @@ -360,7 +360,7 @@ void LLHints::hideAll() it != end_it; ++it) { - LLNotifications::instance().cancel(*it); + hide(*it); } } |