From 84db1f04162ce84f915f739d68e831d0d3baf449 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 14 May 2010 14:16:36 +0200 Subject: Display contact vCard in information dialog, add basic vCard editor for self contact Fixes bug #588922 --- libempathy-gtk/empathy-contact-widget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy-gtk/empathy-contact-widget.h') diff --git a/libempathy-gtk/empathy-contact-widget.h b/libempathy-gtk/empathy-contact-widget.h index af669477e..fb684a41b 100644 --- a/libempathy-gtk/empathy-contact-widget.h +++ b/libempathy-gtk/empathy-contact-widget.h @@ -62,6 +62,8 @@ typedef enum 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, } EmpathyContactWidgetFlags; GtkWidget * empathy_contact_widget_new (EmpathyContact *contact, -- cgit v1.2.3