summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMaximB ProductEngine <mberezhnoy@productengine.com>2012-11-01 13:56:25 +0200
committerMaximB ProductEngine <mberezhnoy@productengine.com>2012-11-01 13:56:25 +0200
commit51cabb2089244f170b307b436e0014a872a145ed (patch)
tree8ccea69b1fd08972c8261d78ddd60b7ecb1fbb14 /indra/newview
parent1160d82fb8566d7c76f0c39785c97fcf31768f0c (diff)
CHUI-444 (Click target off when conversation list is minimized to icons)
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llconversationview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h
index bd95387bbe..4d77a4ade0 100755
--- a/indra/newview/llconversationview.h
+++ b/indra/newview/llconversationview.h
@@ -69,6 +69,8 @@ public:
/*virtual*/ void toggleOpen();
+ /*virtual*/ bool isMinimized() { return mMinimizedMode; }
+
void toggleMinimizedMode(bool is_minimized);
void setVisibleIfDetached(BOOL visible);