aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-widget.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-10 17:05:50 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-15 16:28:42 +0800
commit10de86b4bf55d1b624adbb867854bb61df04fb19 (patch)
tree43344417aaa9947a47fc2fb43f5d5f55ee297ec0 /libempathy-gtk/empathy-contact-widget.h
parentd00ccf5d7f5da998dbcedcb6f420630e347cfe96 (diff)
downloadgsoc2013-empathy-10de86b4bf55d1b624adbb867854bb61df04fb19.tar
gsoc2013-empathy-10de86b4bf55d1b624adbb867854bb61df04fb19.tar.gz
gsoc2013-empathy-10de86b4bf55d1b624adbb867854bb61df04fb19.tar.bz2
gsoc2013-empathy-10de86b4bf55d1b624adbb867854bb61df04fb19.tar.lz
gsoc2013-empathy-10de86b4bf55d1b624adbb867854bb61df04fb19.tar.xz
gsoc2013-empathy-10de86b4bf55d1b624adbb867854bb61df04fb19.tar.zst
gsoc2013-empathy-10de86b4bf55d1b624adbb867854bb61df04fb19.zip
add 'favorite' checkbox to the edit dialog
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.h')
-rw-r--r--libempathy-gtk/empathy-contact-widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.h b/libempathy-gtk/empathy-contact-widget.h
index 04b567f4d..af669477e 100644
--- a/libempathy-gtk/empathy-contact-widget.h
+++ b/libempathy-gtk/empathy-contact-widget.h
@@ -61,6 +61,7 @@ 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,
} EmpathyContactWidgetFlags;
GtkWidget * empathy_contact_widget_new (EmpathyContact *contact,