commit 91b0b77b8082cd04d75d74477e70367a167e5e20
Author: Javier Kohen <jko...@users.sourceforge.net>
Date:   Mon Feb 28 20:09:46 2011 +0100

    Add a separate GtkAdjustment for the save threshold spin button.

 plugins/core_preferences/core_prefs.xml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/plugins/core_preferences/core_prefs.xml 
b/plugins/core_preferences/core_prefs.xml
index 93ff96a..459265d 100644
--- a/plugins/core_preferences/core_prefs.xml
+++ b/plugins/core_preferences/core_prefs.xml
@@ -31,6 +31,11 @@
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
+  <object class="GtkAdjustment" id="adjustment6">
+    <property name="upper">600</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">30</property>
+  </object>
   <object class="GtkListStore" id="model1">
     <columns>
       <!-- column-name gchararray -->
@@ -1622,7 +1627,7 @@ will be imposed on the repository.</property>
                                 <property name="can_focus">True</property>
                                 <property name="has_frame">False</property>
                                 <property 
name="invisible_char">&#x25CF;</property>
-                                <property 
name="adjustment">adjustment4</property>
+                                <property 
name="adjustment">adjustment6</property>
                                 <property name="climb_rate">1</property>
                                 <property name="snap_to_ticks">True</property>
                                 <property name="numeric">True</property>

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to