--- a/Helpviewer/Bookmarks/BookmarksManager.py Sun Mar 25 14:01:25 2012 +0200 +++ b/Helpviewer/Bookmarks/BookmarksManager.py Sun Mar 25 16:22:29 2012 +0200 @@ -261,6 +261,12 @@ command = ChangeBookmarkCommand(self, node, newUrl, False) self.__commands.push(command) + def setNodeChanged(self, node): + """ + Public method to signal changes of bookmarks other than title, URL or timestamp. + """ + self.__saveTimer.changeOccurred() + def setTimestamp(self, node, timestampType, timestamp): """ Public method to set the URL of a bookmark.