diff options
author | Richard Linden <none@none> | 2011-08-11 14:17:28 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-08-11 14:17:28 -0700 |
commit | 3b8acd4f41ecc453a3b09428e8a9d68b379da2e6 (patch) | |
tree | d2a4b2e54ede5b91bd78db5a496a5962057b299b /indra | |
parent | b215c724c1394e7c27a0309341ffc3b4f2154b25 (diff) |
EXP-1079 FIX User is not logged out immediately inworld when selecting to change modes and restart while logged in
used requestQuit instead of forceQuit
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewermenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index ebd7c6c688..b29821479b 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -7819,7 +7819,7 @@ class LLChangeMode : public view_listener_t { case 0: gSavedSettings.getControl("SessionSettingsFile")->set(new_session_settings_file); - LLAppViewer::instance()->forceQuit(); + LLAppViewer::instance()->requestQuit(); break; case 1: default: |