From 4ee728df4875d0f62e1953851a1eb01627eb9e9e Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Fri, 5 Feb 2010 11:06:13 +1100 Subject: Don't call SetAlias for subscription requests until the request has been acked (#608975) --- 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 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 -- cgit v1.2.3