[balsa/gtk3] Gtk{HV}Separator is deprecated



commit 52b5e221b3b52143a4c1d0d9aa6a67847e310ec9
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Fri Oct 14 08:59:12 2011 -0400

    Gtk{HV}Separator is deprecated
    
    	* src/filter-edit-dialog.c (filters_edit_dialog): deprecation
    	cleanup.

 ChangeLog                |    7 +++++++
 src/filter-edit-dialog.c |    3 ++-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2a746e1..2537f32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-10-14  Peter Bloomfield
 
+	Gtk{HV}Separator is deprecated.
+
+	* src/filter-edit-dialog.c (filters_edit_dialog): deprecation
+	cleanup.
+
+2011-10-14  Peter Bloomfield
+
 	Gtk{HV}ButtonBox is deprecated.
 
 	* src/ab-main.c (bab_get_edit_button_box):
diff --git a/src/filter-edit-dialog.c b/src/filter-edit-dialog.c
index 0e2a1e2..c7939b5 100644
--- a/src/filter-edit-dialog.c
+++ b/src/filter-edit-dialog.c
@@ -598,7 +598,8 @@ filters_edit_dialog(void)
     gtk_box_pack_start(GTK_BOX(hbox), piece, FALSE, FALSE,
                        FILTER_EDIT_PADDING);
 
-    gtk_box_pack_start(GTK_BOX(hbox), gtk_vseparator_new(),
+    gtk_box_pack_start(GTK_BOX(hbox),
+                       gtk_separator_new(GTK_ORIENTATION_VERTICAL),
                        FALSE, FALSE, 0);
 
     fe_right_page = build_right_side(GTK_WINDOW(fe_window));



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