diff options
Diffstat (limited to 'indra')
| -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"))  | 
