--- a/pidgin/plugins/musicmessaging/musicmessaging.c Mon Feb 10 16:22:00 2014 +0530 +++ b/pidgin/plugins/musicmessaging/musicmessaging.c Tue Feb 11 23:47:33 2014 +0530 @@ -24,6 +24,7 @@ #include "conversation.h" +#include "gtk3compat.h" #include "gtkconv.h" #include "gtkplugin.h" #include "gtkutils.h" @@ -555,7 +556,7 @@ gtk_container_add((GtkContainer *)button, image); - sep = gtk_vseparator_new(); + sep = gtk_separator_new(GTK_ORIENTATION_VERTICAL); mmconv->seperator = sep; mmconv->button = button; @@ -587,7 +588,7 @@ GtkWidget *editor_path_button; /* Outside container */ - ret = gtk_vbox_new(FALSE, 18); + ret = gtk_box_new(GTK_ORIENTATION_VERTICAL, 18); gtk_container_set_border_width(GTK_CONTAINER(ret), 10); /* Configuration frame */