aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-widget.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-12 19:57:03 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-14 20:26:54 +0800
commit66dbf2d87306d9ee4c5325c1c96628a70d8eac1a (patch)
tree37bda4a7b992f473739b2f19bf3505aa1f52948a /libempathy-gtk/empathy-contact-widget.h
parentc7524e25332d8f87115255fb8611b124e4aea4f6 (diff)
downloadgsoc2013-empathy-66dbf2d87306d9ee4c5325c1c96628a70d8eac1a.tar
gsoc2013-empathy-66dbf2d87306d9ee4c5325c1c96628a70d8eac1a.tar.gz
gsoc2013-empathy-66dbf2d87306d9ee4c5325c1c96628a70d8eac1a.tar.bz2
gsoc2013-empathy-66dbf2d87306d9ee4c5325c1c96628a70d8eac1a.tar.lz
gsoc2013-empathy-66dbf2d87306d9ee4c5325c1c96628a70d8eac1a.tar.xz
gsoc2013-empathy-66dbf2d87306d9ee4c5325c1c96628a70d8eac1a.tar.zst
gsoc2013-empathy-66dbf2d87306d9ee4c5325c1c96628a70d8eac1a.zip
remove EMPATHY_CONTACT_WIDGET_EDIT_FAVOURITE
It's not used any more and this code was the last one using the contact manager. https://bugzilla.gnome.org/show_bug.cgi?id=660547
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.h')
-rw-r--r--libempathy-gtk/empathy-contact-widget.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.h b/libempathy-gtk/empathy-contact-widget.h
index fb684a41b..e683b1afe 100644
--- a/libempathy-gtk/empathy-contact-widget.h
+++ b/libempathy-gtk/empathy-contact-widget.h
@@ -61,9 +61,8 @@ typedef enum
EMPATHY_CONTACT_WIDGET_FOR_TOOLTIP = 1 << 5,
EMPATHY_CONTACT_WIDGET_SHOW_LOCATION = 1 << 6,
EMPATHY_CONTACT_WIDGET_NO_SET_ALIAS = 1 << 7,
- EMPATHY_CONTACT_WIDGET_EDIT_FAVOURITE = 1 << 8,
- EMPATHY_CONTACT_WIDGET_SHOW_DETAILS = 1 << 9,
- EMPATHY_CONTACT_WIDGET_EDIT_DETAILS = 1 << 10,
+ EMPATHY_CONTACT_WIDGET_SHOW_DETAILS = 1 << 8,
+ EMPATHY_CONTACT_WIDGET_EDIT_DETAILS = 1 << 9,
} EmpathyContactWidgetFlags;
GtkWidget * empathy_contact_widget_new (EmpathyContact *contact,