From 3f7061457ddaa6a0da585c63995ff4dba44f18a7 Mon Sep 17 00:00:00 2001 From: Marc Maurer Date: Thu, 11 Oct 2007 20:35:28 +0000 Subject: Fix 2124: fail to page in write --- (limited to 'toolbar.py') 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() -- cgit v0.9.1