* src/Bookmarks.py: Redraw "Go to bookmark" menu if changes were

made in the bookmard editor; Use fixed column widths in editor.



svn: r6436
This commit is contained in:
Alex Roitman
2006-04-25 19:24:40 +00:00
parent 77b40742b4
commit 9759ab6aad
3 changed files with 18 additions and 9 deletions

View File

@ -897,7 +897,7 @@ class ViewManager:
self.uimanager.insert_action_group(self.redoactions, 1)
def setup_bookmarks(self):
self.bookmarks = Bookmarks.Bookmarks(self.state, self.uimanager,
self.bookmarks = Bookmarks.Bookmarks(self.state, self.uistate,
self.state.db.get_bookmarks())
def add_bookmark(self, obj):