Fix avatar presence not logged out properly after a settings restore. FIRE-9005 FIRE-1723

meow-7.2.2
ziree 2013-01-22 13:51:47 +01:00
parent d1826a96bc
commit b9c10a3cc9
1 changed files with 1 additions and 1 deletions

View File

@ -3415,7 +3415,7 @@ void LLFloaterPreference::onQuitConfirmed(const LLSD& notification,const LLSD& r
LLAppViewer::instance()->setSaveSettingsOnExit(FALSE);
// Quit the viewer so all gets saved immediately
llwarns << "setting to quit" << llendl;
LLApp::instance()->setQuitting();
LLAppViewer::instance()->requestQuit();
}
void LLFloaterPreference::onClickSelectAll()