Fix "adjustment with non-zero page size" deprication warning in autoadd plugin.

This commit is contained in:
Chase Sterling 2010-09-03 22:28:41 -04:00
parent 5811d372f9
commit a794223d96
1 changed files with 31 additions and 31 deletions

View File

@ -574,7 +574,7 @@
<widget class="GtkSpinButton" id="max_download_speed">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">-1 -1 10000 1 10 10</property>
<property name="adjustment">-1 -1 10000 1 10 0</property>
<property name="climb_rate">1</property>
<property name="digits">1</property>
</widget>
@ -588,7 +588,7 @@
<widget class="GtkSpinButton" id="max_upload_speed">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">-1 -1 10000 1 10 10</property>
<property name="adjustment">-1 -1 10000 1 10 0</property>
<property name="climb_rate">1</property>
<property name="digits">1</property>
</widget>
@ -604,7 +604,7 @@
<widget class="GtkSpinButton" id="max_connections">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">-1 -1 10000 1 10 10</property>
<property name="adjustment">-1 -1 10000 1 10 0</property>
<property name="climb_rate">1</property>
</widget>
<packing>
@ -619,7 +619,7 @@
<widget class="GtkSpinButton" id="max_upload_slots">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">-1 -1 10000 1 10 10</property>
<property name="adjustment">-1 -1 10000 1 10 0</property>
<property name="climb_rate">1</property>
</widget>
<packing>
@ -815,7 +815,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">&#x25CF;</property>
<property name="adjustment">2 0 100 0.10000000149 10 10</property>
<property name="adjustment">2 0 100 0.10000000149 10 0</property>
<property name="climb_rate">1</property>
<property name="digits">1</property>
</widget>
@ -931,30 +931,6 @@
<property name="right_attach">2</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<widget class="GtkCheckButton" id="queue_to_top_toggle">
<property name="label" translatable="yes">Queue to:</property>
@ -1007,6 +983,30 @@
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</widget>
</child>
</widget>
@ -1083,7 +1083,7 @@
</child>
<child>
<widget class="GtkButton" id="opts_add_button">
<property name="label" translatable="no">gtk-add</property>
<property name="label">gtk-add</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@ -1099,7 +1099,7 @@
</child>
<child>
<widget class="GtkButton" id="opts_apply_button">
<property name="label" translatable="no">gtk-apply</property>
<property name="label">gtk-apply</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>