diff options
author | Merov Linden <merov@lindenlab.com> | 2012-12-19 17:10:31 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-12-19 17:10:31 -0800 |
commit | c81cf89086b0282121c6577b6fde75e050c1a0e8 (patch) | |
tree | 53a17f026448f434c79e04ee4d0024c98a24d054 /indra/newview/llfloaterimcontainer.h | |
parent | dcfcc191dd3caaa84d0f789a928a83adf55c13b1 (diff) |
CHUI-600 : Fix the orange (provided by Leo), fix the conversation item flashing (when shown)
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 5db1565cea..09a24c0105 100644 --- a/indra/newview/llfloaterimcontainer.h +++ b/indra/newview/llfloaterimcontainer.h @@ -69,6 +69,7 @@ public: void showConversation(const LLUUID& session_id); void selectConversation(const LLUUID& session_id); BOOL selectConversationPair(const LLUUID& session_id, bool select_widget); + void clearAllFlashStates(); /*virtual*/ void tabClose(); void showStub(bool visible); |