Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'toolbar.py')
-rw-r--r--toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbar.py b/toolbar.py
index 770ed8b..2649256 100644
--- a/toolbar.py
+++ b/toolbar.py
@@ -553,7 +553,7 @@ class ViewToolbar(gtk.Toolbar):
def _page_spin_cb(self, button):
self._page_num = self._page_spin.get_value_as_int()
-# TODO
+ self._abiword_canvas.set_current_page(self._page_num)
def _page_count_cb(self, canvas, count):
current_page = canvas.get_current_page_num()