diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-07 21:35:53 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-07 21:43:56 +0800 |
commit | fdfca8f9fa60962a6e808e8c9cdb2173205457b0 (patch) | |
tree | 80f8c71d177bd0aab73f05cdd3a8a064cd55cadc /libempathy-gtk | |
parent | 7ff5fadde643aa96b771dc57e47455ca761ed0f8 (diff) | |
download | gsoc2013-empathy-fdfca8f9fa60962a6e808e8c9cdb2173205457b0.tar gsoc2013-empathy-fdfca8f9fa60962a6e808e8c9cdb2173205457b0.tar.gz gsoc2013-empathy-fdfca8f9fa60962a6e808e8c9cdb2173205457b0.tar.bz2 gsoc2013-empathy-fdfca8f9fa60962a6e808e8c9cdb2173205457b0.tar.lz gsoc2013-empathy-fdfca8f9fa60962a6e808e8c9cdb2173205457b0.tar.xz gsoc2013-empathy-fdfca8f9fa60962a6e808e8c9cdb2173205457b0.tar.zst gsoc2013-empathy-fdfca8f9fa60962a6e808e8c9cdb2173205457b0.zip |
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).
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | 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 fb57f348b..fb67c41cc 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, |