r19351 - gnucash/trunk/src - Fix GtkSpinButton with non-zero page_size warnings.

Geert Janssens gjanssens at code.gnucash.org
Fri Jul 9 05:43:32 EDT 2010


Author: gjanssens
Date: 2010-07-09 05:43:32 -0400 (Fri, 09 Jul 2010)
New Revision: 19351
Trac: http://svn.gnucash.org/trac/changeset/19351

Modified:
   gnucash/trunk/src/business/business-gnome/glade/billterms.glade
   gnucash/trunk/src/business/business-gnome/glade/businessprefs.glade
   gnucash/trunk/src/gnome-utils/glade/commodity.glade
   gnucash/trunk/src/gnome-utils/glade/preferences.glade
   gnucash/trunk/src/gnome/glade/account.glade
   gnucash/trunk/src/gnome/glade/budget.glade
   gnucash/trunk/src/gnome/glade/register.glade
   gnucash/trunk/src/gnome/glade/sched-xact.glade
   gnucash/trunk/src/import-export/generic-import.glade
   gnucash/trunk/src/report/report-gnome/report.glade
Log:
Fix GtkSpinButton with non-zero page_size warnings.

Modified: gnucash/trunk/src/business/business-gnome/glade/billterms.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/billterms.glade	2010-07-08 19:18:30 UTC (rev 19350)
+++ gnucash/trunk/src/business/business-gnome/glade/billterms.glade	2010-07-09 09:43:32 UTC (rev 19351)
@@ -1226,7 +1226,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">True</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">30 0 365 1 10 10</property>
+		      <property name="adjustment">30 0 365 1 10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="padding">0</property>
@@ -1246,7 +1246,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">True</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">0 0 365 1 10 10</property>
+		      <property name="adjustment">0 0 365 1 10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="padding">0</property>
@@ -1266,7 +1266,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">True</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">0 0 100 0.01 0.10 0.10</property>
+		      <property name="adjustment">0 0 100 0.01 0.10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="padding">0</property>
@@ -1460,7 +1460,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">True</property>
 		      <property name="wrap">True</property>
-		      <property name="adjustment">1 1 31 1 10 10</property>
+		      <property name="adjustment">1 1 31 1 10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="padding">0</property>
@@ -1480,7 +1480,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">True</property>
 		      <property name="wrap">True</property>
-		      <property name="adjustment">1 1 31 1 10 10</property>
+		      <property name="adjustment">1 1 31 1 10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="padding">0</property>
@@ -1500,7 +1500,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">True</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">0 0 100 1 10 10</property>
+		      <property name="adjustment">0 0 100 1 10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="padding">0</property>
@@ -1520,7 +1520,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">True</property>
 		      <property name="wrap">True</property>
-		      <property name="adjustment">0 -27 27 1 10 10</property>
+		      <property name="adjustment">0 -27 27 1 10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="padding">0</property>

Modified: gnucash/trunk/src/business/business-gnome/glade/businessprefs.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/businessprefs.glade	2010-07-08 19:18:30 UTC (rev 19350)
+++ gnucash/trunk/src/business/business-gnome/glade/businessprefs.glade	2010-07-09 09:43:32 UTC (rev 19351)
@@ -119,7 +119,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">False</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">7 1 180 1 10 10</property>
+	  <property name="adjustment">7 1 180 1 10 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">3</property>
@@ -328,7 +328,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">False</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">1 0 100 1 10 10</property>
+	  <property name="adjustment">1 0 100 1 10 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">3</property>

Modified: gnucash/trunk/src/gnome/glade/account.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/account.glade	2010-07-08 19:18:30 UTC (rev 19350)
+++ gnucash/trunk/src/gnome/glade/account.glade	2010-07-09 09:43:32 UTC (rev 19351)
@@ -2372,7 +2372,7 @@
               <widget class="GtkSpinButton" id="interval_spin">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="adjustment">10 1 10000 5 100 100</property>
+                <property name="adjustment">10 1 10000 5 100 0</property>
                 <property name="climb_rate">1</property>
                 <signal name="value_changed" handler="gnc_account_renumber_interval_changed_cb"/>
               </widget>

Modified: gnucash/trunk/src/gnome/glade/budget.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/budget.glade	2010-07-08 19:18:30 UTC (rev 19350)
+++ gnucash/trunk/src/gnome/glade/budget.glade	2010-07-09 09:43:32 UTC (rev 19351)
@@ -248,7 +248,7 @@
                   <widget class="GtkSpinButton" id="BudgetNumPeriods">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <property name="adjustment">1 1 60 1 12 12</property>
+                    <property name="adjustment">1 1 60 1 12 0</property>
                     <property name="climb_rate">1</property>
                     <property name="numeric">True</property>
                   </widget>
@@ -367,7 +367,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="tooltip" translatable="yes">Number of calendar units in the recurrence:  E.g. Biweekly = every 2 weeks; Quarterly = every 3 months</property>
-                <property name="adjustment">1 1 250 1 10 10</property>
+                <property name="adjustment">1 1 250 1 10 0</property>
                 <property name="climb_rate">1</property>
                 <property name="numeric">True</property>
               </widget>
@@ -465,211 +465,6 @@
       </widget>
     </child>
   </widget>
-  <widget class="GtkWindow" id="sample">
-    <property name="visible">True</property>
-    <property name="title" translatable="yes">window1</property>
-    <child>
-      <widget class="GtkVBox" id="SampleOptions">
-        <property name="visible">True</property>
-        <property name="orientation">vertical</property>
-        <child>
-          <widget class="GtkLabel" id="SampleLabel">
-            <property name="visible">True</property>
-            <property name="label" translatable="yes">label91</property>
-          </widget>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">0</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="GtkEntry" id="SampleEntry">
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-          </widget>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">1</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="GtkComboBoxEntry" id="SampleComboBoxEntry">
-            <property name="visible">True</property>
-          </widget>
-          <packing>
-            <property name="position">2</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="GtkScrolledWindow" id="SampleScrolledWindow">
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <child>
-              <widget class="GtkTextView" id="SampleTextView">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-              </widget>
-            </child>
-          </widget>
-          <packing>
-            <property name="position">3</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="GtkButton" id="SampleButton">
-            <property name="label">button1</property>
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="receives_default">False</property>
-            <property name="use_underline">True</property>
-          </widget>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">4</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="GtkToggleButton" id="SampleToggleButton">
-            <property name="label">togglebutton1</property>
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="receives_default">False</property>
-            <property name="use_underline">True</property>
-          </widget>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">5</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="GtkCheckButton" id="SampleCheckButton">
-            <property name="label">checkbutton1</property>
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="receives_default">False</property>
-            <property name="use_underline">True</property>
-            <property name="draw_indicator">True</property>
-          </widget>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">6</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="GtkRadioButton" id="SampleRadioButton">
-            <property name="label">radiobutton1</property>
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="receives_default">False</property>
-            <property name="use_underline">True</property>
-            <property name="draw_indicator">True</property>
-          </widget>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">7</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="GtkComboBox" id="SampleComboBox">
-            <property name="visible">True</property>
-          </widget>
-          <packing>
-            <property name="position">8</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="GtkSpinButton" id="SampleSpinButton">
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="adjustment">1 0 100 1 10 10</property>
-            <property name="climb_rate">1</property>
-          </widget>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">9</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="GtkScrolledWindow" id="SampleScrolledWindow2">
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <child>
-              <widget class="GtkTreeView" id="SampleTreeView">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-              </widget>
-            </child>
-          </widget>
-          <packing>
-            <property name="position">10</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="GtkHBox" id="GncRecurrencePlaceholderSampleRecurrence">
-            <property name="visible">True</property>
-            <child>
-              <placeholder/>
-            </child>
-          </widget>
-          <packing>
-            <property name="position">11</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="Custom" id="SampleCustomGncRecurrence">
-            <property name="visible">True</property>
-            <property name="creation_function">gnc_recurrence_new</property>
-          </widget>
-          <packing>
-            <property name="padding">9</property>
-            <property name="position">12</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="Custom" id="SampleCustomTreeViewAccount">
-            <property name="visible">True</property>
-            <property name="creation_function">gnc_tree_view_account_new</property>
-          </widget>
-          <packing>
-            <property name="padding">10</property>
-            <property name="position">13</property>
-          </packing>
-        </child>
-        <child>
-          <widget class="GtkVBox" id="PluginSampleSample2">
-            <property name="visible">True</property>
-            <property name="orientation">vertical</property>
-            <child>
-              <placeholder/>
-            </child>
-          </widget>
-          <packing>
-            <property name="position">14</property>
-          </packing>
-        </child>
-        <child>
-          <placeholder/>
-        </child>
-      </widget>
-    </child>
-  </widget>
-  <widget class="GtkWindow" id="Sample2">
-    <property name="visible">True</property>
-    <property name="title" translatable="yes">window1</property>
-    <child>
-      <widget class="GtkLabel" id="label91">
-        <property name="visible">True</property>
-        <property name="label" translatable="yes">This is Sample2.</property>
-      </widget>
-    </child>
-  </widget>
   <widget class="GtkDialog" id="BudgetEstimate">
     <property name="visible">True</property>
     <property name="title" translatable="yes">Estimate Budget Values</property>
@@ -740,7 +535,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="tooltip" translatable="yes">The number of leading digits to keep when rounding</property>
-                <property name="adjustment">1 1 12 1 1 1</property>
+                <property name="adjustment">1 1 12 1 1 0</property>
                 <property name="climb_rate">1</property>
                 <property name="numeric">True</property>
               </widget>

Modified: gnucash/trunk/src/gnome/glade/register.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/register.glade	2010-07-08 19:18:30 UTC (rev 19350)
+++ gnucash/trunk/src/gnome/glade/register.glade	2010-07-09 09:43:32 UTC (rev 19351)
@@ -72,7 +72,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="has_focus">True</property>
-                    <property name="adjustment">0 0 1000000000 1 10 10</property>
+                    <property name="adjustment">0 0 1000000000 1 10 0</property>
                     <property name="climb_rate">1</property>
                   </widget>
                   <packing>

Modified: gnucash/trunk/src/gnome/glade/sched-xact.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/sched-xact.glade	2010-07-08 19:18:30 UTC (rev 19350)
+++ gnucash/trunk/src/gnome/glade/sched-xact.glade	2010-07-09 09:43:32 UTC (rev 19351)
@@ -306,7 +306,7 @@
 				  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 				  <property name="snap_to_ticks">True</property>
 				  <property name="wrap">False</property>
-				  <property name="adjustment">0 0 731 1 30 30</property>
+				  <property name="adjustment">0 0 731 1 30 0</property>
 				</widget>
 				<packing>
 				  <property name="padding">0</property>
@@ -389,7 +389,7 @@
 				  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 				  <property name="snap_to_ticks">True</property>
 				  <property name="wrap">False</property>
-				  <property name="adjustment">0 0 731 1 30 30</property>
+				  <property name="adjustment">0 0 731 1 30 0</property>
 				</widget>
 				<packing>
 				  <property name="padding">0</property>
@@ -833,7 +833,7 @@
 				      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 				      <property name="snap_to_ticks">False</property>
 				      <property name="wrap">False</property>
-				      <property name="adjustment">1 0 1000 1 10 10</property>
+				      <property name="adjustment">1 0 1000 1 10 0</property>
 				    </widget>
 				    <packing>
 				      <property name="left_attach">1</property>
@@ -855,7 +855,7 @@
 				      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 				      <property name="snap_to_ticks">False</property>
 				      <property name="wrap">False</property>
-				      <property name="adjustment">1 0 1000 1 10 10</property>
+				      <property name="adjustment">1 0 1000 1 10 0</property>
 				    </widget>
 				    <packing>
 				      <property name="left_attach">1</property>
@@ -1317,7 +1317,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">True</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">1 1 731 1 10 10</property>
+		      <property name="adjustment">1 1 731 1 10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="padding">0</property>
@@ -1427,7 +1427,7 @@
 			  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 			  <property name="snap_to_ticks">False</property>
 			  <property name="wrap">False</property>
-			  <property name="adjustment">1 1 100 1 10 10</property>
+			  <property name="adjustment">1 1 100 1 10 0</property>
 			</widget>
 			<packing>
 			  <property name="padding">0</property>
@@ -1769,7 +1769,7 @@
 			      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 			      <property name="snap_to_ticks">True</property>
 			      <property name="wrap">False</property>
-			      <property name="adjustment">1 1 100 1 10 10</property>
+			      <property name="adjustment">1 1 100 1 10 0</property>
 			    </widget>
 			    <packing>
 			      <property name="padding">0</property>
@@ -2161,7 +2161,7 @@
 			      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 			      <property name="snap_to_ticks">True</property>
 			      <property name="wrap">True</property>
-			      <property name="adjustment">1 1 100 1 10 10</property>
+			      <property name="adjustment">1 1 100 1 10 0</property>
 			    </widget>
 			    <packing>
 			      <property name="padding">0</property>
@@ -3915,7 +3915,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">False</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">1 0 100 1 10 10</property>
+		      <property name="adjustment">1 0 100 1 10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="left_attach">3</property>
@@ -3942,7 +3942,7 @@
 			  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 			  <property name="snap_to_ticks">False</property>
 			  <property name="wrap">False</property>
-			  <property name="adjustment">1 0 100 1 10 10</property>
+			  <property name="adjustment">1 0 100 1 10 0</property>
 			</widget>
 			<packing>
 			  <property name="padding">0</property>
@@ -4028,7 +4028,7 @@
 			      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 			      <property name="snap_to_ticks">True</property>
 			      <property name="wrap">False</property>
-			      <property name="adjustment">1 0 100 1 10 10</property>
+			      <property name="adjustment">1 0 100 1 10 0</property>
 			    </widget>
 			    <packing>
 			      <property name="padding">0</property>
@@ -5761,7 +5761,7 @@
 	      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	      <property name="snap_to_ticks">False</property>
 	      <property name="wrap">False</property>
-	      <property name="adjustment">0 0 10000000 1 10 10</property>
+	      <property name="adjustment">0 0 10000000 1 10 0</property>
 	    </widget>
 	    <packing>
 	      <property name="padding">0</property>
@@ -5822,7 +5822,7 @@
 	      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	      <property name="snap_to_ticks">False</property>
 	      <property name="wrap">False</property>
-	      <property name="adjustment">0 0 10000000 1 10 10</property>
+	      <property name="adjustment">0 0 10000000 1 10 0</property>
 	    </widget>
 	    <packing>
 	      <property name="padding">0</property>

Modified: gnucash/trunk/src/gnome-utils/glade/commodity.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/commodity.glade	2010-07-08 19:18:30 UTC (rev 19350)
+++ gnucash/trunk/src/gnome-utils/glade/commodity.glade	2010-07-09 09:43:32 UTC (rev 19351)
@@ -272,7 +272,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="tooltip" translatable="yes">Enter the smallest fraction of the commodity which can be traded. For stocks which can only be traded in whole numbers, enter 1.</property>
-                    <property name="adjustment">10000 1 100000000 1 100 100</property>
+                    <property name="adjustment">10000 1 100000000 1 100 0</property>
                     <property name="climb_rate">1</property>
                   </widget>
                   <packing>

Modified: gnucash/trunk/src/gnome-utils/glade/preferences.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/preferences.glade	2010-07-08 19:18:30 UTC (rev 19350)
+++ gnucash/trunk/src/gnome-utils/glade/preferences.glade	2010-07-09 09:43:32 UTC (rev 19351)
@@ -1298,7 +1298,7 @@
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="tooltip" translatable="yes">How many days to keep old log/backup files.</property>
-                        <property name="adjustment">30 1 99999 1 10 10</property>
+                        <property name="adjustment">30 1 99999 1 10 0</property>
                         <property name="climb_rate">1</property>
                       </widget>
                       <packing>
@@ -1411,7 +1411,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="tooltip" translatable="yes">How many automatic decimal places will be filled in.</property>
-                    <property name="adjustment">2 1 8 1 4 4</property>
+                    <property name="adjustment">2 1 8 1 4 0</property>
                     <property name="climb_rate">1</property>
                   </widget>
                   <packing>
@@ -1522,7 +1522,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="tooltip" translatable="yes">Default to 'new search' if fewer than this number of items is returned.</property>
-                    <property name="adjustment">1 1 100 1 10 10</property>
+                    <property name="adjustment">1 1 100 1 10 0</property>
                     <property name="climb_rate">1</property>
                   </widget>
                   <packing>
@@ -1578,7 +1578,7 @@
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="tooltip" translatable="yes">The number of minutes until saving of the data file to harddisk will be started automatically. If zero, no saving will be started automatically.</property>
-                        <property name="adjustment">3 0 99999 1 10 10</property>
+                        <property name="adjustment">3 0 99999 1 10 0</property>
                         <property name="climb_rate">1</property>
                       </widget>
                       <packing>
@@ -2484,7 +2484,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="tooltip" translatable="yes">Show this many transactions in a register. A value of zero means show all transactions.</property>
-                    <property name="adjustment">0 0 999999 1 10 10</property>
+                    <property name="adjustment">0 0 999999 1 10 0</property>
                     <property name="climb_rate">1</property>
                     <property name="snap_to_ticks">True</property>
                     <property name="numeric">True</property>
@@ -2561,7 +2561,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="tooltip" translatable="yes">Display this many rows when a register is created.</property>
-                    <property name="adjustment">20 1 200 1 10 10</property>
+                    <property name="adjustment">20 1 200 1 10 0</property>
                     <property name="climb_rate">1</property>
                     <property name="snap_to_ticks">True</property>
                     <property name="numeric">True</property>
@@ -3225,7 +3225,7 @@
                       <widget class="GtkSpinButton" id="gconf/general/tab_width">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
-                        <property name="adjustment">30 1 100 1 10 10</property>
+                        <property name="adjustment">30 1 100 1 10 0</property>
                         <property name="climb_rate">1</property>
                         <property name="numeric">True</property>
                       </widget>

Modified: gnucash/trunk/src/import-export/generic-import.glade
===================================================================
--- gnucash/trunk/src/import-export/generic-import.glade	2010-07-08 19:18:30 UTC (rev 19350)
+++ gnucash/trunk/src/import-export/generic-import.glade	2010-07-09 09:43:32 UTC (rev 19351)
@@ -1081,7 +1081,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">False</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">2 0 1000 0.01 1 1</property>
+	  <property name="adjustment">2 0 1000 0.01 1 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>
@@ -1104,7 +1104,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">False</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">1 6 12 1 10 10</property>
+	  <property name="adjustment">1 6 12 1 10 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>
@@ -1127,7 +1127,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">False</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">1 1 6 1 10 10</property>
+	  <property name="adjustment">1 1 6 1 10 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>
@@ -1150,7 +1150,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">False</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">1 0 6 1 10 10</property>
+	  <property name="adjustment">1 0 6 1 10 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>

Modified: gnucash/trunk/src/report/report-gnome/report.glade
===================================================================
--- gnucash/trunk/src/report/report-gnome/report.glade	2010-07-08 19:18:30 UTC (rev 19350)
+++ gnucash/trunk/src/report/report-gnome/report.glade	2010-07-09 09:43:32 UTC (rev 19351)
@@ -664,7 +664,7 @@
 	      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	      <property name="snap_to_ticks">False</property>
 	      <property name="wrap">False</property>
-	      <property name="adjustment">1 0 100 1 10 10</property>
+	      <property name="adjustment">1 0 100 1 10 0</property>
 	    </widget>
 	    <packing>
 	      <property name="left_attach">1</property>
@@ -686,7 +686,7 @@
 	      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	      <property name="snap_to_ticks">False</property>
 	      <property name="wrap">False</property>
-	      <property name="adjustment">1 0 100 1 10 10</property>
+	      <property name="adjustment">1 0 100 1 10 0</property>
 	    </widget>
 	    <packing>
 	      <property name="left_attach">1</property>



More information about the gnucash-changes mailing list