summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-11-01 21:48:03 +0000
committerjstebbins <[email protected]>2008-11-01 21:48:03 +0000
commitf5d9c6ea1a991323c8e12ef2c2d5b29cde5e5d32 (patch)
tree841d4bb8bcdd6079238495629cc92c87f3bf977f
parentf0c248b3bf087df47bf45fa74b1db53fea62672c (diff)
LinGui: fix warnings about obsolete usage of spinbutton page_size property
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1892 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--gtk/src/ghb.ui28
-rw-r--r--gtk/src/resource_data.h28
-rw-r--r--gtk/src/resources.plist28
3 files changed, 42 insertions, 42 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index 67ed63d7a..5dc1012c1 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -14,7 +14,7 @@
<property name="lower">4</property>
<property name="page_increment">10</property>
<property name="step_increment">1</property>
- <property name="page_size">10</property>
+ <property name="page_size">0</property>
<property name="value">16</property>
</object>
<object class="GtkAdjustment" id="adjustment11">
@@ -22,7 +22,7 @@
<property name="lower">-6</property>
<property name="page_increment">10</property>
<property name="step_increment">1</property>
- <property name="page_size">10</property>
+ <property name="page_size">0</property>
<property name="value">0</property>
</object>
<object class="GtkAdjustment" id="adjustment12">
@@ -30,7 +30,7 @@
<property name="lower">-6</property>
<property name="page_increment">10</property>
<property name="step_increment">1</property>
- <property name="page_size">10</property>
+ <property name="page_size">0</property>
<property name="value">0</property>
</object>
<object class="GtkAdjustment" id="adjustment13">
@@ -38,7 +38,7 @@
<property name="lower">0</property>
<property name="page_increment">10</property>
<property name="step_increment">1</property>
- <property name="page_size">10</property>
+ <property name="page_size">0</property>
<property name="value">0</property>
</object>
<object class="GtkAdjustment" id="adjustment14">
@@ -46,7 +46,7 @@
<property name="lower">0</property>
<property name="page_increment">10</property>
<property name="step_increment">1</property>
- <property name="page_size">10</property>
+ <property name="page_size">0</property>
<property name="value">0</property>
</object>
<object class="GtkAdjustment" id="adjustment15">
@@ -54,7 +54,7 @@
<property name="lower">0</property>
<property name="page_increment">10</property>
<property name="step_increment">1</property>
- <property name="page_size">10</property>
+ <property name="page_size">0</property>
<property name="value">0</property>
</object>
<object class="GtkAdjustment" id="adjustment16">
@@ -62,7 +62,7 @@
<property name="lower">0</property>
<property name="page_increment">10</property>
<property name="step_increment">1</property>
- <property name="page_size">10</property>
+ <property name="page_size">0</property>
<property name="value">0</property>
</object>
<object class="GtkAdjustment" id="adjustment17">
@@ -70,7 +70,7 @@
<property name="lower">0</property>
<property name="page_increment">16</property>
<property name="step_increment">2</property>
- <property name="page_size">16</property>
+ <property name="page_size">0</property>
<property name="value">0</property>
</object>
<object class="GtkAdjustment" id="adjustment18">
@@ -78,7 +78,7 @@
<property name="lower">0</property>
<property name="page_increment">16</property>
<property name="step_increment">2</property>
- <property name="page_size">16</property>
+ <property name="page_size">0</property>
<property name="value">0</property>
</object>
<object class="GtkAdjustment" id="adjustment19">
@@ -86,7 +86,7 @@
<property name="lower">1</property>
<property name="page_increment">10</property>
<property name="step_increment">1</property>
- <property name="page_size">10</property>
+ <property name="page_size">0</property>
<property name="value">1</property>
</object>
<object class="GtkAdjustment" id="adjustment2">
@@ -102,7 +102,7 @@
<property name="lower">0</property>
<property name="page_increment">100</property>
<property name="step_increment">10</property>
- <property name="page_size">100</property>
+ <property name="page_size">0</property>
<property name="value">0</property>
</object>
<object class="GtkAdjustment" id="adjustment4">
@@ -110,7 +110,7 @@
<property name="lower">0</property>
<property name="page_increment">1000</property>
<property name="step_increment">100</property>
- <property name="page_size">1000</property>
+ <property name="page_size">0</property>
<property name="value">0</property>
</object>
<object class="GtkAdjustment" id="adjustment5">
@@ -142,7 +142,7 @@
<property name="lower">0</property>
<property name="page_increment">1</property>
<property name="step_increment">1</property>
- <property name="page_size">1</property>
+ <property name="page_size">0</property>
<property name="value">3</property>
</object>
<object class="GtkAdjustment" id="adjustment9">
@@ -150,7 +150,7 @@
<property name="lower">0</property>
<property name="page_increment">1</property>
<property name="step_increment">1</property>
- <property name="page_size">1</property>
+ <property name="page_size">0</property>
<property name="value">0</property>
</object>
<object class="GtkAdjustment" id="adjustment20">
diff --git a/gtk/src/resource_data.h b/gtk/src/resource_data.h
index b942f67e5..b61cc75d2 100644
--- a/gtk/src/resource_data.h
+++ b/gtk/src/resource_data.h
@@ -23,7 +23,7 @@
" &lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;"
"\n"
" &lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;\n"
-" &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;16&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment11&quot"
@@ -33,7 +33,7 @@
" &lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;"
"\n"
" &lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;\n"
-" &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment12&quot"
@@ -43,7 +43,7 @@
" &lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;"
"\n"
" &lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;\n"
-" &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment13&quot"
@@ -53,7 +53,7 @@
" &lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;"
"\n"
" &lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;\n"
-" &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment14&quot"
@@ -63,7 +63,7 @@
" &lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;"
"\n"
" &lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;\n"
-" &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment15&quot"
@@ -73,7 +73,7 @@
" &lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;"
"\n"
" &lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;\n"
-" &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment16&quot"
@@ -83,7 +83,7 @@
" &lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;"
"\n"
" &lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;\n"
-" &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment17&quot"
@@ -93,7 +93,7 @@
" &lt;property name=&quot;page_increment&quot;&gt;16&lt;/property&gt;"
"\n"
" &lt;property name=&quot;step_increment&quot;&gt;2&lt;/property&gt;\n"
-" &lt;property name=&quot;page_size&quot;&gt;16&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment18&quot"
@@ -103,7 +103,7 @@
" &lt;property name=&quot;page_increment&quot;&gt;16&lt;/property&gt;"
"\n"
" &lt;property name=&quot;step_increment&quot;&gt;2&lt;/property&gt;\n"
-" &lt;property name=&quot;page_size&quot;&gt;16&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment19&quot"
@@ -113,7 +113,7 @@
" &lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;"
"\n"
" &lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;\n"
-" &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;1&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment2&quot;"
@@ -133,7 +133,7 @@
";\n"
" &lt;property name=&quot;step_increment&quot;&gt;10&lt;/property&gt;"
"\n"
-" &lt;property name=&quot;page_size&quot;&gt;100&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment4&quot;"
@@ -144,7 +144,7 @@
"t;\n"
" &lt;property name=&quot;step_increment&quot;&gt;100&lt;/property&gt"
";\n"
-" &lt;property name=&quot;page_size&quot;&gt;1000&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment5&quot;"
@@ -185,7 +185,7 @@
" &lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;page_increment&quot;&gt;1&lt;/property&gt;\n"
" &lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;\n"
-" &lt;property name=&quot;page_size&quot;&gt;1&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;3&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment9&quot;"
@@ -194,7 +194,7 @@
" &lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;page_increment&quot;&gt;1&lt;/property&gt;\n"
" &lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;\n"
-" &lt;property name=&quot;page_size&quot;&gt;1&lt;/property&gt;\n"
+" &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;\n"
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment20&quot"
diff --git a/gtk/src/resources.plist b/gtk/src/resources.plist
index d286994bd..ca929e5b1 100644
--- a/gtk/src/resources.plist
+++ b/gtk/src/resources.plist
@@ -19,7 +19,7 @@
&lt;property name=&quot;lower&quot;&gt;4&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;16&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment11&quot;&gt;
@@ -27,7 +27,7 @@
&lt;property name=&quot;lower&quot;&gt;-6&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment12&quot;&gt;
@@ -35,7 +35,7 @@
&lt;property name=&quot;lower&quot;&gt;-6&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment13&quot;&gt;
@@ -43,7 +43,7 @@
&lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment14&quot;&gt;
@@ -51,7 +51,7 @@
&lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment15&quot;&gt;
@@ -59,7 +59,7 @@
&lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment16&quot;&gt;
@@ -67,7 +67,7 @@
&lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment17&quot;&gt;
@@ -75,7 +75,7 @@
&lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;16&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;2&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;16&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment18&quot;&gt;
@@ -83,7 +83,7 @@
&lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;16&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;2&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;16&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment19&quot;&gt;
@@ -91,7 +91,7 @@
&lt;property name=&quot;lower&quot;&gt;1&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;10&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;10&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;1&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment2&quot;&gt;
@@ -107,7 +107,7 @@
&lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;100&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;10&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;100&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment4&quot;&gt;
@@ -115,7 +115,7 @@
&lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;1000&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;100&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;1000&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment5&quot;&gt;
@@ -147,7 +147,7 @@
&lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;1&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;1&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;3&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment9&quot;&gt;
@@ -155,7 +155,7 @@
&lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;1&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;1&lt;/property&gt;
- &lt;property name=&quot;page_size&quot;&gt;1&lt;/property&gt;
+ &lt;property name=&quot;page_size&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment20&quot;&gt;