This commit is contained in:
Yann Leboulanger 2005-06-12 17:33:38 +00:00
parent ef1771c479
commit ffd8c05b9e
1 changed files with 1 additions and 1 deletions

View File

@ -2325,7 +2325,7 @@ class ManageBookmarksWindow:
if model.iter_parent(iter):
#The currently selected node is a bookmark
return not self.check_valid_bookmark():
return not self.check_valid_bookmark()
def on_manage_bookmarks_window_destroy(self, widget, event):
del self.plugin.windows['manage_bookmarks']