aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-dialogs.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2009-02-14 02:18:38 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-14 02:18:38 +0800
commitea91b0db80d821f3bfaed20d74bb5474a62d84bb (patch)
tree40621ba83c3d1b8828e75f75f6ff08d575e4330a /libempathy-gtk/empathy-contact-dialogs.c
parent5d2362349672b0320c06a75dc07315625823ffdb (diff)
downloadgsoc2013-empathy-ea91b0db80d821f3bfaed20d74bb5474a62d84bb.tar
gsoc2013-empathy-ea91b0db80d821f3bfaed20d74bb5474a62d84bb.tar.gz
gsoc2013-empathy-ea91b0db80d821f3bfaed20d74bb5474a62d84bb.tar.bz2
gsoc2013-empathy-ea91b0db80d821f3bfaed20d74bb5474a62d84bb.tar.lz
gsoc2013-empathy-ea91b0db80d821f3bfaed20d74bb5474a62d84bb.tar.xz
gsoc2013-empathy-ea91b0db80d821f3bfaed20d74bb5474a62d84bb.tar.zst
gsoc2013-empathy-ea91b0db80d821f3bfaed20d74bb5474a62d84bb.zip
set some border in contact info dialog. Fixes bug #562109 (Frédéric Peters)
From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2463
Diffstat (limited to 'libempathy-gtk/empathy-contact-dialogs.c')
-rw-r--r--libempathy-gtk/empathy-contact-dialogs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-dialogs.c b/libempathy-gtk/empathy-contact-dialogs.c
index 0b02cead7..f7a769d98 100644
--- a/libempathy-gtk/empathy-contact-dialogs.c
+++ b/libempathy-gtk/empathy-contact-dialogs.c
@@ -208,6 +208,7 @@ empathy_contact_information_dialog_show (EmpathyContact *contact,
flags |= EMPATHY_CONTACT_WIDGET_EDIT_GROUPS;
}
contact_widget = empathy_contact_widget_new (contact, flags);
+ gtk_container_set_border_width (GTK_CONTAINER (contact_widget), 8);
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox),
contact_widget,
TRUE, TRUE, 0);