aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-menu.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-02-09 10:05:20 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-02-09 10:05:20 +0800
commit317493d0a14718d5f1df6fb8738743146b69388e (patch)
treeb13b3f78d89c03e5f6a7a324f1bd37e331cade01 /libempathy-gtk/empathy-contact-menu.h
parent61572ce5a33a31ec2d36ac676384a7a6d246d7b4 (diff)
downloadgsoc2013-empathy-317493d0a14718d5f1df6fb8738743146b69388e.tar
gsoc2013-empathy-317493d0a14718d5f1df6fb8738743146b69388e.tar.gz
gsoc2013-empathy-317493d0a14718d5f1df6fb8738743146b69388e.tar.bz2
gsoc2013-empathy-317493d0a14718d5f1df6fb8738743146b69388e.tar.lz
gsoc2013-empathy-317493d0a14718d5f1df6fb8738743146b69388e.tar.xz
gsoc2013-empathy-317493d0a14718d5f1df6fb8738743146b69388e.tar.zst
gsoc2013-empathy-317493d0a14718d5f1df6fb8738743146b69388e.zip
Add 'Block Contact' to empathy-contact-menu
Diffstat (limited to 'libempathy-gtk/empathy-contact-menu.h')
-rw-r--r--libempathy-gtk/empathy-contact-menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-menu.h b/libempathy-gtk/empathy-contact-menu.h
index 4c6d62f9d..d7248da9e 100644
--- a/libempathy-gtk/empathy-contact-menu.h
+++ b/libempathy-gtk/empathy-contact-menu.h
@@ -36,7 +36,8 @@ typedef enum {
EMPATHY_CONTACT_FEATURE_EDIT = 1 << 3,
EMPATHY_CONTACT_FEATURE_INFO = 1 << 4,
EMPATHY_CONTACT_FEATURE_FAVOURITE = 1 << 5,
- EMPATHY_CONTACT_FEATURE_ALL = (1 << 6) - 1,
+ EMPATHY_CONTACT_FEATURE_BLOCK = 1 << 6,
+ EMPATHY_CONTACT_FEATURE_ALL = (1 << 7) - 1,
} EmpathyContactFeatureFlags;
GtkWidget * empathy_contact_menu_new (EmpathyContact *contact,