pidgin/gtkcertmgr.c

changeset 35528
e04ba70092e9
parent 35527
707c3c2b2c8a
child 37422
07dcc28b6039
equal deleted inserted replaced
35527:707c3c2b2c8a 35528:e04ba70092e9
469 469
470 /* Fill the list for the first time */ 470 /* Fill the list for the first time */
471 tls_peers_mgmt_repopulate_list(); 471 tls_peers_mgmt_repopulate_list();
472 472
473 /* Right-hand side controls box */ 473 /* Right-hand side controls box */
474 bbox = gtk_vbutton_box_new(); 474 bbox = gtk_button_box_new(GTK_ORIENTATION_VERTICAL);
475 gtk_box_pack_end(GTK_BOX(mgmt_widget), bbox, 475 gtk_box_pack_end(GTK_BOX(mgmt_widget), bbox,
476 FALSE, FALSE, /* Do not take up space */ 476 FALSE, FALSE, /* Do not take up space */
477 0); 477 0);
478 gtk_box_set_spacing(GTK_BOX(bbox), PIDGIN_HIG_BOX_SPACE); 478 gtk_box_set_spacing(GTK_BOX(bbox), PIDGIN_HIG_BOX_SPACE);
479 gtk_button_box_set_layout(GTK_BUTTON_BOX(bbox), GTK_BUTTONBOX_START); 479 gtk_button_box_set_layout(GTK_BUTTON_BOX(bbox), GTK_BUTTONBOX_START);

mercurial