summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsession.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-03-27 16:08:03 -0700
committerMerov Linden <merov@lindenlab.com>2013-03-27 16:08:03 -0700
commit9f819806cd0a2301c83a866d06594ce7b2f3c3d5 (patch)
treeffef8148c674f0c02e02518d0f65a49c7cb68aa1 /indra/newview/llfloaterimsession.cpp
parent9adb105999b25f239e4fc92daa249cc9a686790f (diff)
CHUI-901 : Fixed! Do touch torn off state in restoreFloater()
Diffstat (limited to 'indra/newview/llfloaterimsession.cpp')
-rw-r--r--indra/newview/llfloaterimsession.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsession.cpp b/indra/newview/llfloaterimsession.cpp
index 73adfd0eda..6d5145f205 100644
--- a/indra/newview/llfloaterimsession.cpp
+++ b/indra/newview/llfloaterimsession.cpp
@@ -618,6 +618,8 @@ void LLFloaterIMSession::onClose(bool app_quitting)
// Last change:
// EXT-3516 X Button should end IM session, _ button should hide
gIMMgr->leaveSession(mSessionID);
+ // *TODO: Study why we need to restore the floater before we close it.
+ // Might be because we want to save some state data in some clean open state.
LLFloaterIMSessionTab::restoreFloater();
// Clean up the conversation *after* the session has been ended
LLFloaterIMSessionTab::onClose(app_quitting);