Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--toolbar.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d9c32a3..bb3fc38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* Fix 2124: Fail to page in Write (foddex)
* Fix 3899: do not use set_title (uwog)
47
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()