Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
diff options
context:
space:
mode:
authorMarc Maurer <uwog@uwog.net>2007-10-11 20:35:28 (GMT)
committer Marc Maurer <uwog@uwog.net>2007-10-11 20:35:28 (GMT)
commit3f7061457ddaa6a0da585c63995ff4dba44f18a7 (patch)
tree934b0f749affadb1bbca5214a60d29bdd043c553 /toolbar.py
parent0ac65b683db4f28ee19f255af6b84d19050f8827 (diff)
Fix 2124: fail to page in write
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()