summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-12-25 20:43:07 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-12-25 20:43:07 +0800
commit5c0041f7ca27d88ff0aded73525ba2b71c7a92dd (patch)
tree5dfa504c94ea07a52802d2787a805f056105d57b
parent518496649bdd3bc3570be0264bdb782e771950d5 (diff)
totem: add a adjustment to which_page widget
-rw-r--r--totem/plugin/ppstream.ui7
1 files changed, 7 insertions, 0 deletions
diff --git a/totem/plugin/ppstream.ui b/totem/plugin/ppstream.ui
index fab3bb1..82e4738 100644
--- a/totem/plugin/ppstream.ui
+++ b/totem/plugin/ppstream.ui
@@ -284,6 +284,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">&#x25CF;</property>
+ <property name="adjustment">pps_page_adjustment</property>
<property name="climb_rate">1</property>
</object>
<packing>
@@ -349,4 +350,10 @@
</child>
</object>
<object class="GtkUIManager" id="pps-list-ui-manager"/>
+ <object class="GtkAdjustment" id="pps_page_adjustment">
+ <property name="upper">1</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ <property name="page_size">0</property>
+ </object>
</interface>