diff options
author | mberezhnoy <mberezhnoy@productengine.com> | 2013-04-10 00:07:02 +0300 |
---|---|---|
committer | mberezhnoy <mberezhnoy@productengine.com> | 2013-04-10 00:07:02 +0300 |
commit | 0b41fd503bf4388e911b21ab98479baebd5da31a (patch) | |
tree | 4bf4c45fb0c7281b12296a9978653d7fd0faf208 /indra/newview/llfloaterimcontainer.h | |
parent | f1affa28972d3b746274380825bb9c72ede03daa (diff) |
CHUI-899 (The size of conversations panel does not persist between sessions if user relogin while messages pane is collapsed. )
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
-rw-r--r-- | indra/newview/llfloaterimcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h index e39d20ec35..f6c716e2cf 100644 --- a/indra/newview/llfloaterimcontainer.h +++ b/indra/newview/llfloaterimcontainer.h @@ -176,6 +176,7 @@ private: LLLayoutStack* mConversationsStack; bool mInitialized; + bool mIsFirstLaunch; LLUUID mSelectedSession; std::string mGeneralTitle; |