diff -r 707c3c2b2c8a -r e04ba70092e9 pidgin/gtkcertmgr.c --- a/pidgin/gtkcertmgr.c Tue Feb 11 03:23:35 2014 +0100 +++ b/pidgin/gtkcertmgr.c Tue Feb 11 04:14:34 2014 +0100 @@ -471,7 +471,7 @@ tls_peers_mgmt_repopulate_list(); /* Right-hand side controls box */ - bbox = gtk_vbutton_box_new(); + bbox = gtk_button_box_new(GTK_ORIENTATION_VERTICAL); gtk_box_pack_end(GTK_BOX(mgmt_widget), bbox, FALSE, FALSE, /* Do not take up space */ 0);