diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-12-12 13:16:45 -0800 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-12-12 13:16:45 -0800 |
commit | a88de5d45fe698bf9193659a677927c96c319ad6 (patch) | |
tree | 00f2fc46b6f012e2acf7410666902b723938347f /indra/newview/llfloaterpreference.cpp | |
parent | 4c20cc3e46d0392c63ecec304858493c8f59059b (diff) | |
parent | 78b7a4b37c4762ea9503c1da0f79ab8fc412c2b9 (diff) |
Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-chui-stinson-merge.
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rwxr-xr-x | indra/newview/llfloaterpreference.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index 2c3f460701..13d8a79f8d 100755 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -749,7 +749,10 @@ void LLFloaterPreference::onClose(bool app_quitting) { gSavedSettings.setS32("LastPrefTab", getChild<LLTabContainer>("pref core")->getCurrentPanelIndex()); LLPanelLogin::setAlwaysRefresh(false); - cancel(); + if (!app_quitting) + { + cancel(); + } } void LLFloaterPreference::onOpenHardwareSettings() |