From 98648871225823cf7ddc11a746185fe9007d6936 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 14 Mar 2012 11:57:12 +0100 Subject: contact-widget: don't display the account when editing our info All these flags are making this code pretty messy. Hopefully we'll move and clean it when implementing the new design next cycle. https://bugzilla.gnome.org/show_bug.cgi?id=672036 --- libempathy-gtk/empathy-contact-widget.h | 1 + 1 file changed, 1 insertion(+) (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 2533248b5..a50f9fa3e 100644 --- a/libempathy-gtk/empathy-contact-widget.h +++ b/libempathy-gtk/empathy-contact-widget.h @@ -64,6 +64,7 @@ typedef enum EMPATHY_CONTACT_WIDGET_SHOW_DETAILS = 1 << 8, EMPATHY_CONTACT_WIDGET_EDIT_DETAILS = 1 << 9, EMPATHY_CONTACT_WIDGET_NO_STATUS = 1 << 10, + EMPATHY_CONTACT_WIDGET_NO_ACCOUNT = 1 << 11, } EmpathyContactWidgetFlags; GtkWidget * empathy_contact_widget_new (EmpathyContact *contact, -- cgit v1.2.3