Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readsidebar.py
diff options
context:
space:
mode:
authorSayamindu Dasgupta <sayamindu@gmail.com>2009-02-22 20:37:49 (GMT)
committer Sayamindu Dasgupta <sayamindu@gmail.com>2009-02-22 20:37:49 (GMT)
commit14ef8b32f2a492e831df4d5915a99284ba5b26ce (patch)
tree70ecdc526170ec1354d34d12f982f7bb26e0ad7f /readsidebar.py
parentc3b22d8ad925638783f1708dda28666bb2082afe (diff)
Enable jumping between bookmarks (jump to next/previous bookmark
Diffstat (limited to 'readsidebar.py')
-rw-r--r--readsidebar.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/readsidebar.py b/readsidebar.py
index 4f2dec3..c73c1ad 100644
--- a/readsidebar.py
+++ b/readsidebar.py
@@ -60,6 +60,9 @@ class Sidebar(gtk.EventBox):
def set_bookmarkmanager(self, filehash):
self._bookmark_manager = BookmarkManager(filehash)
+
+ def get_bookmarkmanager(self):
+ return (self._bookmark_manager)
def update_for_page(self, page):
self._clear_bookmarks()