[orca/570658] Allow progress bar interval to go to 0



commit 8f64dcbd1a81a42f81075e22e0f030c2ed5b8db6
Author: Willie Walker <william walker sun com>
Date:   Thu May 21 17:42:57 2009 -0400

    Allow progress bar interval to go to 0
    
    Without this, when a test runs that sets the Orca settings, the
    *&^#$*&^ # progress bar update interval will be reset to 1 when
    we really need it to be 0 for the regression tests.  It only
    took me 4 hours to figure that one out.  Grrrrrrrrrrr......
---
 src/orca/orca-setup.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/orca/orca-setup.glade b/src/orca/orca-setup.glade
index e00c390..edae6e3 100644
--- a/src/orca/orca-setup.glade
+++ b/src/orca/orca-setup.glade
@@ -1299,7 +1299,7 @@ Hyperlink</property>
 				      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 				      <property name="snap_to_ticks">False</property>
 				      <property name="wrap">False</property>
-				      <property name="adjustment">10 1 9999 1 10 0</property>
+				      <property name="adjustment">10 0 9999 1 10 0</property>
 				      <accessibility>
 				        <atkrelation target="speakProgressBarUnitsLabel" type="labelled-by"/>
 				        <atkrelation target="speakProgressBarLabel" type="labelled-by"/>



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