diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-02-05 08:06:13 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-08 19:37:44 +0800 |
commit | 4ee728df4875d0f62e1953851a1eb01627eb9e9e (patch) | |
tree | f89c63aa87be3b69d988c32a19cf8cbbf8f75c82 /libempathy-gtk/empathy-contact-widget.h | |
parent | 39a0c45a2d7cc77809e6a6e8e34ccd27fef325f3 (diff) | |
download | gsoc2013-empathy-4ee728df4875d0f62e1953851a1eb01627eb9e9e.tar gsoc2013-empathy-4ee728df4875d0f62e1953851a1eb01627eb9e9e.tar.gz gsoc2013-empathy-4ee728df4875d0f62e1953851a1eb01627eb9e9e.tar.bz2 gsoc2013-empathy-4ee728df4875d0f62e1953851a1eb01627eb9e9e.tar.lz gsoc2013-empathy-4ee728df4875d0f62e1953851a1eb01627eb9e9e.tar.xz gsoc2013-empathy-4ee728df4875d0f62e1953851a1eb01627eb9e9e.tar.zst gsoc2013-empathy-4ee728df4875d0f62e1953851a1eb01627eb9e9e.zip |
Don't call SetAlias for subscription requests until the request has been acked (#608975)
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.h b/libempathy-gtk/empathy-contact-widget.h index b010578ad..04b567f4d 100644 --- a/libempathy-gtk/empathy-contact-widget.h +++ b/libempathy-gtk/empathy-contact-widget.h @@ -60,6 +60,7 @@ typedef enum EMPATHY_CONTACT_WIDGET_EDIT_GROUPS = 1 << 4, EMPATHY_CONTACT_WIDGET_FOR_TOOLTIP = 1 << 5, EMPATHY_CONTACT_WIDGET_SHOW_LOCATION = 1 << 6, + EMPATHY_CONTACT_WIDGET_NO_SET_ALIAS = 1 << 7, } EmpathyContactWidgetFlags; GtkWidget * empathy_contact_widget_new (EmpathyContact *contact, @@ -69,6 +70,7 @@ void empathy_contact_widget_set_contact (GtkWidget *widget, EmpathyContact *contact); void empathy_contact_widget_set_account_filter (GtkWidget *widget, EmpathyAccountChooserFilterFunc filter, gpointer user_data); +const gchar *empathy_contact_widget_get_alias (GtkWidget *widget); G_END_DECLS |