summaryrefslogtreecommitdiff
path: root/indra/newview/llchiclet.h
diff options
context:
space:
mode:
authorAndrew Dyukov <adyukov@productengine.com>2009-12-25 22:21:58 +0200
committerAndrew Dyukov <adyukov@productengine.com>2009-12-25 22:21:58 +0200
commitbed1ec4525f0bcfe634c4677feb29dbbdc3442c8 (patch)
tree4ce25858d91e633d6d7c3ecad14a1df1b54d96c6 /indra/newview/llchiclet.h
parent614a214870e223ea187bda32169a1859380844d3 (diff)
Fixed minor bug EXT-2929 ([BSI] Context menu on chiclets should not have
"show session" enabled when chiclet window is visible). --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.h')
-rw-r--r--indra/newview/llchiclet.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h
index 511b85b0b6..8c797ef98f 100644
--- a/indra/newview/llchiclet.h
+++ b/indra/newview/llchiclet.h
@@ -521,6 +521,7 @@ protected:
/**
* Enables/disables menus based on relationship with other participant.
+ * Enables/disables "show session" menu item depending on visible IM floater existence.
*/
virtual void updateMenuItems();
@@ -752,6 +753,11 @@ protected:
virtual void onMenuItemClicked(const LLSD& user_data);
/**
+ * Enables/disables "show session" menu item depending on visible IM floater existence.
+ */
+ virtual void updateMenuItems();
+
+ /**
* Displays popup menu.
*/
/*virtual*/ BOOL handleRightMouseDown(S32 x, S32 y, MASK mask);