diff options
author | Richard Linden <none@none> | 2010-08-19 10:54:03 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-08-19 10:54:03 -0700 |
commit | f17e3a6eb42f0f30b8d7a178cd9214a26162dde6 (patch) | |
tree | cb2cc3fe7cf25122ef31c4fd82429567a47e9f5e /indra/newview/llfirstuse.cpp | |
parent | f96c1c3ac270460a19ce55e1128a58f3112a3cd1 (diff) |
DEV-52666 FIX Chat and Move Hints shown when user performs action...
Diffstat (limited to 'indra/newview/llfirstuse.cpp')
-rw-r--r-- | indra/newview/llfirstuse.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp index e9a9203a96..1ede2be978 100644 --- a/indra/newview/llfirstuse.cpp +++ b/indra/newview/llfirstuse.cpp @@ -147,6 +147,8 @@ void LLFirstUse::firstUseNotification(const std::string& control_var, bool enabl { LL_DEBUGS("LLFirstUse") << "Disabling first use notification " << notification_name << LL_ENDL; LLNotifications::instance().cancelByName(notification_name); + // redundantly clear settings var here, in case there are no notifications to cancel + gWarningSettings.setBOOL(control_var, FALSE); } } |