diff -r 73c5fb6d78b3 -r 94d1a2589d5a pidgin/plugins/gevolution/gevolution.c --- a/pidgin/plugins/gevolution/gevolution.c Mon Feb 10 16:22:00 2014 +0530 +++ b/pidgin/plugins/gevolution/gevolution.c Tue Feb 11 23:47:33 2014 +0530 @@ -29,6 +29,7 @@ #include "util.h" #include "version.h" +#include "gtk3compat.h" #include "gtkblist.h" #include "gtkconv.h" #include "gtkplugin.h" @@ -370,7 +371,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 */