comparison pidgin/gtkcertmgr.c @ 22255:c55f695ecae4

Slightly cleaner
author Mark Doliner <mark@kingant.net>
date Sun, 03 Feb 2008 11:16:52 +0000
parents f60df7e0450b
children 8233bbcf3e86
comparison
equal deleted inserted replaced
22254:f60df7e0450b 22255:c55f695ecae4
407 /* Create a struct to store context information about this window */ 407 /* Create a struct to store context information about this window */
408 tpm_dat = g_new0(tls_peers_mgmt_data, 1); 408 tpm_dat = g_new0(tls_peers_mgmt_data, 1);
409 409
410 tpm_dat->mgmt_widget = mgmt_widget = 410 tpm_dat->mgmt_widget = mgmt_widget =
411 gtk_hbox_new(FALSE, /* Non-homogeneous */ 411 gtk_hbox_new(FALSE, /* Non-homogeneous */
412 PIDGIN_HIG_BORDER); 412 PIDGIN_HIG_BOX_SPACE);
413 gtk_container_set_border_width(GTK_CONTAINER(mgmt_widget), 6); 413 gtk_container_set_border_width(GTK_CONTAINER(mgmt_widget),
414 gtk_box_set_spacing(GTK_BOX(mgmt_widget), 6); 414 PIDGIN_HIG_BOX_SPACE);
415 gtk_widget_show(mgmt_widget); 415 gtk_widget_show(mgmt_widget);
416 416
417 /* Ensure that everything gets cleaned up when the dialog box 417 /* Ensure that everything gets cleaned up when the dialog box
418 is closed */ 418 is closed */
419 g_signal_connect(G_OBJECT(mgmt_widget), "destroy", 419 g_signal_connect(G_OBJECT(mgmt_widget), "destroy",