aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-11 21:04:23 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-11 21:38:32 +0800
commit287d005ac6346e5029ce10375e1773c1f77bdb2d (patch)
tree6d3f9eee3f5789aa56685e60bcf03051b18471fc /src/empathy-chat-window.c
parent2bae9ac9f9dded0762344c1478202d78e7f01200 (diff)
downloadgsoc2013-empathy-287d005ac6346e5029ce10375e1773c1f77bdb2d.tar
gsoc2013-empathy-287d005ac6346e5029ce10375e1773c1f77bdb2d.tar.gz
gsoc2013-empathy-287d005ac6346e5029ce10375e1773c1f77bdb2d.tar.bz2
gsoc2013-empathy-287d005ac6346e5029ce10375e1773c1f77bdb2d.tar.lz
gsoc2013-empathy-287d005ac6346e5029ce10375e1773c1f77bdb2d.tar.xz
gsoc2013-empathy-287d005ac6346e5029ce10375e1773c1f77bdb2d.tar.zst
gsoc2013-empathy-287d005ac6346e5029ce10375e1773c1f77bdb2d.zip
Don't display the 'Important Room' menu item in private chats
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r--src/empathy-chat-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 73c5f9472..7407ee355 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -795,6 +795,7 @@ chat_window_conv_activate_cb (GtkAction *action,
found);
}
gtk_action_set_visible (priv->menu_conv_favorite, is_room);
+ gtk_action_set_visible (priv->menu_conv_always_urgent, is_room);
/* Show contacts menu */
g_object_get (priv->current_chat,