diff options
| author | simon <none@none> | 2013-08-26 14:43:23 -0700 |
|---|---|---|
| committer | simon <none@none> | 2013-08-26 14:43:23 -0700 |
| commit | 27d637d0f14fdfff496256222dc1343d2d7ee9ae (patch) | |
| tree | 32b0f244e480cfddaa67fa89df40ad7c824adfc9 /indra/llui/llnotifications.cpp | |
| parent | 3f5e6280dbee3414d464a96a8d9d037c30adb123 (diff) | |
| parent | 6e1138585bf745f73f0bb99ca62f77eeb273f1e4 (diff) | |
Merge downstream code from CHUIStorm release
Diffstat (limited to 'indra/llui/llnotifications.cpp')
| -rwxr-xr-x | indra/llui/llnotifications.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index 0a79f2f588..3186c5460a 100755 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -214,7 +214,7 @@ LLNotificationForm::LLNotificationForm(const std::string& name, const LLNotifica } else { - LLUI::sSettingGroups["ignores"]->declareBOOL(name, show_notification, "Show notification with this name", TRUE); + LLUI::sSettingGroups["ignores"]->declareBOOL(name, show_notification, "Show notification with this name", LLControlVariable::PERSIST_NONDFT); mIgnoreSetting = LLUI::sSettingGroups["ignores"]->getControl(name); } } |
