diff -r 707c3c2b2c8a -r e04ba70092e9 pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Tue Feb 11 03:23:35 2014 +0100 +++ b/pidgin/gtkstatusbox.c Tue Feb 11 04:14:34 2014 +0100 @@ -1745,7 +1745,7 @@ status_box->toggle_button = gtk_toggle_button_new(); status_box->hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 6); status_box->cell_view = gtk_cell_view_new(); - status_box->vsep = gtk_vseparator_new(); + status_box->vsep = gtk_separator_new(GTK_ORIENTATION_VERTICAL); status_box->arrow = gtk_arrow_new (GTK_ARROW_DOWN, GTK_SHADOW_NONE); status_box->store = gtk_list_store_new(NUM_COLUMNS, G_TYPE_INT, G_TYPE_STRING, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING,