GNOME Bugzilla – Bug 570917
Fully implement read/write test in FuseSyncServiceAddin.SaveConfiguration
Last modified: 2009-04-23 02:14:14 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. :-)
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 .
Fixed in r2342. Used Fedora's strings just to be a nice guy.