diff -r 707c3c2b2c8a -r e04ba70092e9 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Tue Feb 11 03:23:35 2014 +0100 +++ b/pidgin/gtkconv.c Tue Feb 11 04:14:34 2014 +0100 @@ -5672,7 +5672,7 @@ setup_chat_topic(gtkconv, vbox); /* Add the gtkwebview frame */ - hpaned = gtk_hpaned_new(); + hpaned = gtk_paned_new(GTK_ORIENTATION_HORIZONTAL); gtk_box_pack_start(GTK_BOX(vbox), hpaned, TRUE, TRUE, 0); gtk_widget_show(hpaned); gtk_paned_pack1(GTK_PANED(hpaned), frame, TRUE, TRUE);