[empathy] use gtk_paned_new() instead of gtk_hpaned_new()



commit bd43c34901fbcc8202c3e96246fe77a31a4154db
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Nov 16 16:34:47 2011 +0100

    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 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-individual-linker.c b/libempathy-gtk/empathy-individual-linker.c
index c39ed23..957a4e3 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]