# HG changeset patch # User Mark Doliner # Date 1202037412 0 # Node ID c55f695ecae4d1e077a7c7345f56b1a4c54a22c8 # Parent f60df7e0450b9e9468f18599b58d6a8ff2caa93b Slightly cleaner diff -r f60df7e0450b -r c55f695ecae4 pidgin/gtkcertmgr.c --- 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