Mercurial > pidgin.yaz
changeset 22255:c55f695ecae4
Slightly cleaner
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 03 Feb 2008 11:16:52 +0000 |
parents | f60df7e0450b |
children | 51d2bfedf679 |
files | pidgin/gtkcertmgr.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkcertmgr.c Sun Feb 03 11:00:50 2008 +0000 +++ b/pidgin/gtkcertmgr.c Sun Feb 03 11:16:52 2008 +0000 @@ -409,9 +409,9 @@ tpm_dat->mgmt_widget = mgmt_widget = gtk_hbox_new(FALSE, /* Non-homogeneous */ - PIDGIN_HIG_BORDER); - gtk_container_set_border_width(GTK_CONTAINER(mgmt_widget), 6); - gtk_box_set_spacing(GTK_BOX(mgmt_widget), 6); + PIDGIN_HIG_BOX_SPACE); + gtk_container_set_border_width(GTK_CONTAINER(mgmt_widget), + PIDGIN_HIG_BOX_SPACE); gtk_widget_show(mgmt_widget); /* Ensure that everything gets cleaned up when the dialog box