diff -r 837716b0a579 -r ed1be305c985 pidgin/plugins/gevolution/gevolution.c --- a/pidgin/plugins/gevolution/gevolution.c Mon Feb 10 17:49:32 2014 -0500 +++ b/pidgin/plugins/gevolution/gevolution.c Tue Feb 11 02:19:31 2014 +0100 @@ -29,6 +29,7 @@ #include "util.h" #include "version.h" +#include "gtk3compat.h" #include "gtkblist.h" #include "gtkconv.h" #include "gtkplugin.h" @@ -426,7 +427,7 @@ GList *l; /* Outside container */ - ret = gtk_vbox_new(FALSE, 18); + ret = gtk_box_new(GTK_ORIENTATION_VERTICAL, 18); gtk_container_set_border_width(GTK_CONTAINER(ret), 12); /* Configuration frame */