[empathy] Don't display the 'Important Room' menu item in private chats
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Don't display the 'Important Room' menu item in private chats
- Date: Fri, 11 Jun 2010 13:39:49 +0000 (UTC)
commit 287d005ac6346e5029ce10375e1773c1f77bdb2d
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Fri Jun 11 15:04:23 2010 +0200
Don't display the 'Important Room' menu item in private chats
src/empathy-chat-window.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 73c5f94..7407ee3 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]