summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychatbar.h
diff options
context:
space:
mode:
authorPaul ProductEngine <pguslisty@productengine.com>2011-12-30 18:32:04 +0200
committerPaul ProductEngine <pguslisty@productengine.com>2011-12-30 18:32:04 +0200
commitcbeaf3d7a0dd7bdb739b8e72addd41410940a8f5 (patch)
tree8628dc1549e832e199d0cd12dc76dda42c1adc22 /indra/newview/llnearbychatbar.h
parent0380372a54e98f582fbe995537f4c5e0ec700865 (diff)
EXP-1586 FIXED (Nearby chat window no longer persists between viewer startups)
- Visibility state of chat floater is saved between sessions - Also visibility state of chat history in nearby chat floater is saved too
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r--indra/newview/llnearbychatbar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h
index baf12a06ea..84040b8aab 100644
--- a/indra/newview/llnearbychatbar.h
+++ b/indra/newview/llnearbychatbar.h
@@ -92,6 +92,11 @@ protected:
LLLocalSpeakerMgr* mSpeakerMgr;
S32 mExpandedHeight;
+private:
+
+ // Saves visibility of chat history panel
+ // if save_visibility="true"
+ void saveChatHistoryVisibility();
};
#endif