GNOME Bugzilla – Bug 708476
Schema 'org.gnome.rhythmbox.source' has no child 'source'
Last modified: 2013-09-30 21:38:08 UTC
Using Rhythmbox 3.0, I hit an assert when connecting to a DAAP share (actually once Rhythmbox has retrieved the list of tracks). The stack trace is:
+ Trace 232514
It seems that the code in rb_daap_source_connection_cb() tries to get a child of a child schema, which fails as the child schema is already set correctly on the RBDAAPSource.
Created attachment 255423 [details] [review] use the settings object on RBDAAPSource directly This patch fixes the problem for me.
pushed as commit 83845c7, thanks.