[empathy] empathy_subscription_dialog_show: show contact details
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] empathy_subscription_dialog_show: show contact details
- Date: Tue, 7 Dec 2010 13:44:06 +0000 (UTC)
commit fdfca8f9fa60962a6e808e8c9cdb2173205457b0
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Dec 7 14:35:53 2010 +0100
empathy_subscription_dialog_show: show contact details
It makes sense to give as much info as possible on the contact when asking if
we want to add him to our contact list (#608806).
libempathy-gtk/empathy-contact-dialogs.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-dialogs.c b/libempathy-gtk/empathy-contact-dialogs.c
index fb57f34..fb67c41 100644
--- a/libempathy-gtk/empathy-contact-dialogs.c
+++ b/libempathy-gtk/empathy-contact-dialogs.c
@@ -130,7 +130,8 @@ empathy_subscription_dialog_show (EmpathyContact *contact,
contact_widget = empathy_contact_widget_new (contact,
EMPATHY_CONTACT_WIDGET_NO_SET_ALIAS |
EMPATHY_CONTACT_WIDGET_EDIT_ALIAS |
- EMPATHY_CONTACT_WIDGET_EDIT_GROUPS);
+ EMPATHY_CONTACT_WIDGET_EDIT_GROUPS |
+ EMPATHY_CONTACT_WIDGET_SHOW_DETAILS);
gtk_box_pack_start (GTK_BOX (vbox),
contact_widget,
TRUE, TRUE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]