GNOME Bugzilla – Bug 690310
Fix compilation of GduSdPlugin with newer gnome-settings-daemon
Last modified: 2012-12-18 21:22:15 UTC
gnome-settings-daemon changed the definition of the registration macro, which now assumes a Manager object providing start() and stop() methods, and no longer lets the plugin implement any code.
Created attachment 231670 [details] [review] Fix compilation of GduSdPlugin with newer gnome-settings-daemon
If you're renaming the type, I think you should also rename the files to gdusdmanager.[ch]. OK to commit with that change. Thanks.
Attachment 231670 [details] pushed as 53555aa - Fix compilation of GduSdPlugin with newer gnome-settings-daemon
I ended up having to add this commit http://git.gnome.org/browse/gnome-disk-utility/commit/?id=409f0f4e37c301cf05839a00f445fe3dcd933197 to deal with the g-s-d API borkage.