pidgin/plugins/gevolution/gevolution.c

branch
soc.2013.gobjectification.plugins
changeset 37109
94d1a2589d5a
parent 37049
02db93eb6506
parent 35526
ed1be305c985
child 37143
728319cb659f
equal deleted inserted replaced
37108:73c5fb6d78b3 37109:94d1a2589d5a
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
368 GdkPixbuf *pixbuf; 369 GdkPixbuf *pixbuf;
369 GtkListStore *model; 370 GtkListStore *model;
370 GList *l; 371 GList *l;
371 372
372 /* Outside container */ 373 /* Outside container */
373 ret = gtk_vbox_new(FALSE, 18); 374 ret = gtk_box_new(GTK_ORIENTATION_VERTICAL, 18);
374 gtk_container_set_border_width(GTK_CONTAINER(ret), 12); 375 gtk_container_set_border_width(GTK_CONTAINER(ret), 12);
375 376
376 /* Configuration frame */ 377 /* Configuration frame */
377 vbox = pidgin_make_frame(ret, _("Evolution Integration Configuration")); 378 vbox = pidgin_make_frame(ret, _("Evolution Integration Configuration"));
378 379

mercurial