From 7a3fc995c3af52004fb1efee8c2f1de55fffef04 Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Thu, 16 Sep 2010 15:36:23 -0700 Subject: EXP-63 FIX Hint marked as acted upon if hints are disabled while specific UI hint is open --- indra/newview/llhints.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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); } } -- cgit v1.2.3