src/eric7/WebBrowser/Bookmarks/BookmarksManager.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10436
f6881d10e995
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
279 return 279 return
280 280
281 command = ChangeBookmarkCommand(self, node, newUrl, False) 281 command = ChangeBookmarkCommand(self, node, newUrl, False)
282 self.__commands.push(command) 282 self.__commands.push(command)
283 283
284 def setNodeChanged(self, node): 284 def setNodeChanged(self):
285 """ 285 """
286 Public method to signal changes of bookmarks other than title, URL 286 Public method to signal changes of bookmarks other than title, URL
287 or timestamp. 287 or timestamp.
288
289 @param node reference to the bookmark (BookmarkNode)
290 """ 288 """
291 self.__saveTimer.changeOccurred() 289 self.__saveTimer.changeOccurred()
292 290
293 def setTimestamp(self, node, timestampType, timestamp): 291 def setTimestamp(self, node, timestampType, timestamp):
294 """ 292 """

eric ide

mercurial