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 """ |