diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-14 18:57:12 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-16 17:29:39 +0800 |
commit | 98648871225823cf7ddc11a746185fe9007d6936 (patch) | |
tree | 10bed2f86d69a89095b8fcf90564a48021996714 /libempathy-gtk/empathy-contact-widget.h | |
parent | ede1523b824fef2f72b8d60f4efdf78a4fc4a768 (diff) | |
download | gsoc2013-empathy-98648871225823cf7ddc11a746185fe9007d6936.tar gsoc2013-empathy-98648871225823cf7ddc11a746185fe9007d6936.tar.gz gsoc2013-empathy-98648871225823cf7ddc11a746185fe9007d6936.tar.bz2 gsoc2013-empathy-98648871225823cf7ddc11a746185fe9007d6936.tar.lz gsoc2013-empathy-98648871225823cf7ddc11a746185fe9007d6936.tar.xz gsoc2013-empathy-98648871225823cf7ddc11a746185fe9007d6936.tar.zst gsoc2013-empathy-98648871225823cf7ddc11a746185fe9007d6936.zip |
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
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |