Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
parent0ac65b683db4f28ee19f255af6b84d19050f8827 (diff)
Fix 2124: fail to page in write
-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()