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 570917 - Fully implement read/write test in FuseSyncServiceAddin.SaveConfiguration
Fully implement read/write test in FuseSyncServiceAddin.SaveConfiguration
Status: RESOLVED FIXED
Product: tomboy
Classification: Applications
Component: General
0.13.x
Other Linux
: High normal
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-08 01:56 UTC by Sandy Armstrong
Modified: 2009-04-23 02:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sandy Armstrong 2009-02-08 01:56:20 UTC
There are some TODOs in this method to throw exceptions if certain actions fail.  Those TODOs can't be quite right because users are having trouble in Fedora, where somebody decided to fill in the TODOs for their package:

http://cvs.fedoraproject.org/viewvc/rpms/tomboy/F-10/tomboy-0.11.0-fill-empty-lines.patch?revision=1.1&view=markup

So let's fix these, make sure they work, and obsolete Fedora's patch. :-)
Comment 1 Benjamin Podszun 2009-02-14 21:26:14 UTC
According to the comment for that patch this is more related to the "let's eliminate compiler warnings" bug:

Add error messages instead of empty lines. Resolves warning CS0642: Possible mistaken empty statement .
Comment 2 Sandy Armstrong 2009-02-16 18:06:46 UTC
Fixed in r2342.  Used Fedora's strings just to be a nice guy.