pidgin/plugins/disco/gtkdisco.c

changeset 35526
ed1be305c985
parent 34449
bbcb198650b7
child 35850
1abeda205d6c
child 37109
94d1a2589d5a
equal deleted inserted replaced
35525:837716b0a579 35526:ed1be305c985
29 #include "gtkutils.h" 29 #include "gtkutils.h"
30 #include "pidgin.h" 30 #include "pidgin.h"
31 #include "request.h" 31 #include "request.h"
32 #include "pidgintooltip.h" 32 #include "pidgintooltip.h"
33 33
34 #include "gtk3compat.h"
34 #include "gtkdisco.h" 35 #include "gtkdisco.h"
35 #include "xmppdisco.h" 36 #include "xmppdisco.h"
36 37
37 GList *dialogs = NULL; 38 GList *dialogs = NULL;
38 39
642 G_CALLBACK(destroy_win_cb), dialog); 643 G_CALLBACK(destroy_win_cb), dialog);
643 644
644 /* Create the parent vbox for everything. */ 645 /* Create the parent vbox for everything. */
645 vbox = pidgin_dialog_get_vbox_with_properties(GTK_DIALOG(window), FALSE, PIDGIN_HIG_BORDER); 646 vbox = pidgin_dialog_get_vbox_with_properties(GTK_DIALOG(window), FALSE, PIDGIN_HIG_BORDER);
646 647
647 vbox2 = gtk_vbox_new(FALSE, PIDGIN_HIG_BORDER); 648 vbox2 = gtk_box_new(GTK_ORIENTATION_VERTICAL, PIDGIN_HIG_BORDER);
648 gtk_container_add(GTK_CONTAINER(vbox), vbox2); 649 gtk_container_add(GTK_CONTAINER(vbox), vbox2);
649 gtk_widget_show(vbox2); 650 gtk_widget_show(vbox2);
650 651
651 /* accounts dropdown list */ 652 /* accounts dropdown list */
652 dialog->account_widget = pidgin_account_option_menu_new(NULL, FALSE, 653 dialog->account_widget = pidgin_account_option_menu_new(NULL, FALSE,

mercurial