pidgin/plugins/gevolution/gevolution.c

changeset 35526
ed1be305c985
parent 35313
d299a8680115
child 35958
1d8446f396b6
child 37109
94d1a2589d5a
equal deleted inserted replaced
35525:837716b0a579 35526:ed1be305c985
27 #include "notify.h" 27 #include "notify.h"
28 #include "signals.h" 28 #include "signals.h"
29 #include "util.h" 29 #include "util.h"
30 #include "version.h" 30 #include "version.h"
31 31
32 #include "gtk3compat.h"
32 #include "gtkblist.h" 33 #include "gtkblist.h"
33 #include "gtkconv.h" 34 #include "gtkconv.h"
34 #include "gtkplugin.h" 35 #include "gtkplugin.h"
35 #include "gtkutils.h" 36 #include "gtkutils.h"
36 37
424 GdkPixbuf *pixbuf; 425 GdkPixbuf *pixbuf;
425 GtkListStore *model; 426 GtkListStore *model;
426 GList *l; 427 GList *l;
427 428
428 /* Outside container */ 429 /* Outside container */
429 ret = gtk_vbox_new(FALSE, 18); 430 ret = gtk_box_new(GTK_ORIENTATION_VERTICAL, 18);
430 gtk_container_set_border_width(GTK_CONTAINER(ret), 12); 431 gtk_container_set_border_width(GTK_CONTAINER(ret), 12);
431 432
432 /* Configuration frame */ 433 /* Configuration frame */
433 vbox = pidgin_make_frame(ret, _("Evolution Integration Configuration")); 434 vbox = pidgin_make_frame(ret, _("Evolution Integration Configuration"));
434 435

mercurial