diff options
author | Richard Linden <none@none> | 2010-09-22 15:02:23 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-22 15:02:23 -0700 |
commit | 18404624e0c9c2544b0ebba2b9758a606d2fe574 (patch) | |
tree | ae5429d9394e18f91366cc387a11f1ba00045a1d /indra/newview | |
parent | b2fb189be08fb31c65113a343b066d3f9f8909b0 (diff) |
support older use of "IgnoreAllNotifications" by command line option "nonotifications" such that value isn't saved
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 1fd3632b85..02a8c3e674 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2135,7 +2135,7 @@ bool LLAppViewer::initConfiguration() if (clp.hasOption("nonotifications")) { - gSavedSettings.setBOOL("IgnoreAllNotifications", TRUE); + gSavedSettings.getControl("IgnoreAllNotifications")->setValue(true, false); } if (clp.hasOption("debugsession")) |