diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-22 21:14:47 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-22 21:14:47 +0800 |
commit | 1968b5ac26a4e2dac0220cb3203def2854de095d (patch) | |
tree | acb93481da805ffa366f60b3b193e6668330f895 | |
parent | 432d3afbd187bc771a7b5577f3abb64ff39c8693 (diff) | |
download | gsoc2013-empathy-1968b5ac26a4e2dac0220cb3203def2854de095d.tar gsoc2013-empathy-1968b5ac26a4e2dac0220cb3203def2854de095d.tar.gz gsoc2013-empathy-1968b5ac26a4e2dac0220cb3203def2854de095d.tar.bz2 gsoc2013-empathy-1968b5ac26a4e2dac0220cb3203def2854de095d.tar.lz gsoc2013-empathy-1968b5ac26a4e2dac0220cb3203def2854de095d.tar.xz gsoc2013-empathy-1968b5ac26a4e2dac0220cb3203def2854de095d.tar.zst gsoc2013-empathy-1968b5ac26a4e2dac0220cb3203def2854de095d.zip |
Don't display any contact menu for muc chats
It's confusing to have it in muc, even if a contact is selected. And we can
still interact with the contact by right clicking on it if needed.
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index a92298cfa..295615413 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -3250,12 +3250,6 @@ empathy_chat_get_contact_menu (EmpathyChat *chat) EMPATHY_CONTACT_FEATURE_LOG | EMPATHY_CONTACT_FEATURE_INFO); } - else if (priv->contact_list_view) { - EmpathyContactListView *view; - - view = EMPATHY_CONTACT_LIST_VIEW (priv->contact_list_view); - menu = empathy_contact_list_view_get_contact_menu (view); - } return menu; } |