After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 591906 - [PATCH] Added "CreateWithUri" method to the RemoteControl
[PATCH] Added "CreateWithUri" method to the RemoteControl
Status: RESOLVED DUPLICATE of bug 580525
Product: tomboy
Classification: Applications
Component: General
0.15.x
Other All
: Normal enhancement
: 1.2.0
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-15 15:39 UTC by Indrek J
Modified: 2009-11-15 22:01 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Adds a new method. (2.47 KB, patch)
2009-08-15 15:40 UTC, Indrek J
none Details | Review
A better version of changes (3.59 KB, patch)
2009-08-17 00:30 UTC, Indrek J
none Details | Review

Description Indrek J 2009-08-15 15:39:08 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.
Comment 1 Indrek J 2009-08-15 15:40:02 UTC
Created attachment 140844 [details] [review]
Adds a new method.
Comment 2 Indrek J 2009-08-17 00:30:19 UTC
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.
Comment 3 Indrek J 2009-09-27 12:27:16 UTC
It seems like it has been forgotten :) bump
Comment 4 Sandy Armstrong 2009-09-27 13:44:34 UTC
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.
Comment 5 Sandy Armstrong 2009-11-15 22:01:55 UTC

*** This bug has been marked as a duplicate of bug 580525 ***