[orca] Additional work on bug 652485 - Gtk+ Deprecations



commit d50b96ce3df402c9edbc11277bebba08b6b11580
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Wed Sep 14 09:36:54 2011 -0400

    Additional work on bug 652485 - Gtk+ Deprecations
    
    Use GtkScale rather than GtkHScale or GtkVScale

 src/orca/orca-setup.ui |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/src/orca/orca-setup.ui b/src/orca/orca-setup.ui
index ba74137..b24e0e9 100644
--- a/src/orca/orca-setup.ui
+++ b/src/orca/orca-setup.ui
@@ -838,7 +838,8 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkHScale" id="volumeScale">
+                              <object class="GtkScale" id="volumeScale">
+                                <property name="orientation">horizontal</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="adjustment">adjustment3</property>
@@ -855,7 +856,8 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkHScale" id="pitchScale">
+                              <object class="GtkScale" id="pitchScale">
+                                <property name="orientation">horizontal</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="adjustment">adjustment1</property>
@@ -889,7 +891,8 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkHScale" id="rateScale">
+                              <object class="GtkScale" id="rateScale">
+                                <property name="orientation">horizontal</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="adjustment">adjustment2</property>



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