From bd43c34901fbcc8202c3e96246fe77a31a4154db Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 16 Nov 2011 16:34:47 +0100 Subject: [PATCH] use gtk_paned_new() instead of gtk_hpaned_new() https://bugzilla.gnome.org/show_bug.cgi?id=662903 --- libempathy-gtk/empathy-individual-linker.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-individual-linker.c b/libempathy-gtk/empathy-individual-linker.c index c39ed230..957a4e33 100644 --- a/libempathy-gtk/empathy-individual-linker.c +++ b/libempathy-gtk/empathy-individual-linker.c @@ -358,7 +358,8 @@ set_up (EmpathyIndividualLinker *self) top_vbox = gtk_vbox_new (FALSE, 6); /* Layout panes */ - paned = GTK_PANED (gtk_hpaned_new ()); + + paned = GTK_PANED (gtk_paned_new (GTK_ORIENTATION_HORIZONTAL)); /* Left column heading */ alignment = gtk_alignment_new (0.5, 0.5, 1, 1); -- 2.39.2