GNOME Bugzilla – Bug 591906
[PATCH] Added "CreateWithUri" method to the RemoteControl
Last modified: 2009-11-15 22:01:55 UTC
I'm trying to sync some apps. If someone renames note, then it's hard to know if note was added or modified. If I can use same uri/guids in both places then it's much easier to figure it out what happened.
Created attachment 140844 [details] [review] Adds a new method.
Created attachment 140934 [details] [review] A better version of changes CreateNoteWithUri now return correct uri. note://tomboy/ is removed from the beginning if that exists. So no need to format uri. Also added a little method called SetNoteTitle. I wonder why this didn't exist.
It seems like it has been forgotten :) bump
I don't think SetNoteTitle will work; did you test it? Setting the Note.Title property does not actually update the content at all. I'm not sure if we want a SetNoteTitle method...but even if we did it shouldn't be part of this bug. Thanks for updating your patch, targeting for this cycle.
*** This bug has been marked as a duplicate of bug 580525 ***