aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-02-09 10:05:20 +0800
committerChandni Verma <chandniverma2112@gmail.com>2011-03-08 09:01:20 +0800
commit4f3b2d373b9f22abdbf2679a8c87ec68c1ae1d20 (patch)
treec05485a975e180de655f503d6fa245fbc17547f1 /libempathy-gtk/empathy-chat.c
parent35500a8b9e672f703059707039a1ccee23dd3597 (diff)
downloadgsoc2013-empathy-4f3b2d373b9f22abdbf2679a8c87ec68c1ae1d20.tar
gsoc2013-empathy-4f3b2d373b9f22abdbf2679a8c87ec68c1ae1d20.tar.gz
gsoc2013-empathy-4f3b2d373b9f22abdbf2679a8c87ec68c1ae1d20.tar.bz2
gsoc2013-empathy-4f3b2d373b9f22abdbf2679a8c87ec68c1ae1d20.tar.lz
gsoc2013-empathy-4f3b2d373b9f22abdbf2679a8c87ec68c1ae1d20.tar.xz
gsoc2013-empathy-4f3b2d373b9f22abdbf2679a8c87ec68c1ae1d20.tar.zst
gsoc2013-empathy-4f3b2d373b9f22abdbf2679a8c87ec68c1ae1d20.zip
Add 'Block Contact' to empathy-contact-menu
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r--libempathy-gtk/empathy-chat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 72e906079..b696963ac 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -3590,7 +3590,8 @@ empathy_chat_get_contact_menu (EmpathyChat *chat)
menu = empathy_contact_menu_new (priv->remote_contact,
EMPATHY_CONTACT_FEATURE_CALL |
EMPATHY_CONTACT_FEATURE_LOG |
- EMPATHY_CONTACT_FEATURE_INFO);
+ EMPATHY_CONTACT_FEATURE_INFO |
+ EMPATHY_CONTACT_FEATURE_BLOCK);
}
return menu;