[dasher] Remove GTK_PROGRESS_LEFT_TO_RIGHT from gtkbuilder xml files.



commit c2b8fe101ae28aa545312716c56a54cd754f45dd
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Thu Mar 31 21:50:50 2011 +0200

    Remove GTK_PROGRESS_LEFT_TO_RIGHT from gtkbuilder xml files.
    
    Effectively gtk2's GTK_PROGRESS_LEFT_TO_RIGHT is called
    GTK_ORIENTATION_HORIZONTAL in gtk3. As this is the default anyway,
    simply remove it. (Left in maemo, as I doubt it has gtk3.) While
    here change the not-used pulse_step definitions which look as though
    the original glade files were created using a GUI.

 Data/GUI/dasher.compose.ui     |    3 +--
 Data/GUI/dasher.direct.ui      |    3 +--
 Data/GUI/dasher.fullscreen.ui  |    3 +--
 Data/GUI/dasher.gameWIP.ui     |    3 +--
 Data/GUI/dasher.traditional.ui |    3 +--
 Data/GUI/dashermaemo.ui        |    2 +-
 6 files changed, 6 insertions(+), 11 deletions(-)
---
diff --git a/Data/GUI/dasher.compose.ui b/Data/GUI/dasher.compose.ui
index 6d769d2..13563ec 100644
--- a/Data/GUI/dasher.compose.ui
+++ b/Data/GUI/dasher.compose.ui
@@ -1054,9 +1054,8 @@
             <child>
               <object class="GtkProgressBar" id="lock_progress">
                 <property name="visible">True</property>
-                <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property>
                 <property name="fraction">0</property>
-                <property name="pulse_step">0.10000000149</property>
+                <property name="pulse_step">0.1</property>
                 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
               </object>
             </child>
diff --git a/Data/GUI/dasher.direct.ui b/Data/GUI/dasher.direct.ui
index 917620f..c18e7eb 100644
--- a/Data/GUI/dasher.direct.ui
+++ b/Data/GUI/dasher.direct.ui
@@ -263,9 +263,8 @@
             <child>
               <object class="GtkProgressBar" id="lock_progress">
                 <property name="visible">True</property>
-                <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property>
                 <property name="fraction">0</property>
-                <property name="pulse_step">0.10000000149</property>
+                <property name="pulse_step">0.1</property>
                 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
               </object>
             </child>
diff --git a/Data/GUI/dasher.fullscreen.ui b/Data/GUI/dasher.fullscreen.ui
index 9d9b703..82e55ab 100644
--- a/Data/GUI/dasher.fullscreen.ui
+++ b/Data/GUI/dasher.fullscreen.ui
@@ -661,9 +661,8 @@
             <child>
               <object class="GtkProgressBar" id="lock_progress">
                 <property name="visible">True</property>
-                <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property>
                 <property name="fraction">0</property>
-                <property name="pulse_step">0.10000000149</property>
+                <property name="pulse_step">0.1</property>
                 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
               </object>
             </child>
diff --git a/Data/GUI/dasher.gameWIP.ui b/Data/GUI/dasher.gameWIP.ui
index 4a9945d..cd2a245 100644
--- a/Data/GUI/dasher.gameWIP.ui
+++ b/Data/GUI/dasher.gameWIP.ui
@@ -988,9 +988,8 @@
             <child>
               <object class="GtkProgressBar" id="lock_progress">
                 <property name="visible">True</property>
-                <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property>
                 <property name="fraction">0</property>
-                <property name="pulse_step">0.10000000149</property>
+                <property name="pulse_step">0.1</property>
               </object>
             </child>
           </object>
diff --git a/Data/GUI/dasher.traditional.ui b/Data/GUI/dasher.traditional.ui
index b24015a..fab4371 100644
--- a/Data/GUI/dasher.traditional.ui
+++ b/Data/GUI/dasher.traditional.ui
@@ -430,9 +430,8 @@
             <child>
               <object class="GtkProgressBar" id="lock_progress">
                 <property name="visible">True</property>
-                <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property>
                 <property name="fraction">0</property>
-                <property name="pulse_step">0.10000000149</property>
+                <property name="pulse_step">0.1</property>
                 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
               </object>
             </child>
diff --git a/Data/GUI/dashermaemo.ui b/Data/GUI/dashermaemo.ui
index 898c211..c0742c9 100644
--- a/Data/GUI/dashermaemo.ui
+++ b/Data/GUI/dashermaemo.ui
@@ -621,7 +621,7 @@
                 <property name="visible">True</property>
                 <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property>
                 <property name="fraction">0</property>
-                <property name="pulse_step">0.10000000149</property>
+                <property name="pulse_step">0.1</property>
                 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
               </object>
             </child>



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