[rhythmbox] daap: Correctly fetch child schema
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] daap: Correctly fetch child schema
- Date: Mon, 30 Sep 2013 21:37:36 +0000 (UTC)
commit 83845c78a6d58ad654bdd7196b27d32387632054
Author: David King <amigadave amigadave com>
Date: Fri Sep 20 17:52:49 2013 +0100
daap: Correctly fetch child schema
https://bugzilla.gnome.org/show_bug.cgi?id=708476
plugins/daap/rb-daap-source.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/plugins/daap/rb-daap-source.c b/plugins/daap/rb-daap-source.c
index b605185..d4a173b 100644
--- a/plugins/daap/rb-daap-source.c
+++ b/plugins/daap/rb-daap-source.c
@@ -612,7 +612,6 @@ rb_daap_source_connection_cb (DMAPConnection *connection,
{
RBDAAPSource *daap_source = RB_DAAP_SOURCE (source);
RBShell *shell = NULL;
- GSettings *plugin_settings;
GSettings *settings;
GSList *playlists;
GSList *l;
@@ -637,9 +636,8 @@ rb_daap_source_connection_cb (DMAPConnection *connection,
g_object_get (daap_source,
"shell", &shell,
"entry-type", &entry_type,
- "settings", &plugin_settings,
+ "settings", &settings,
NULL);
- settings = g_settings_get_child (plugin_settings, "source");
playlists = dmap_connection_get_playlists (DMAP_CONNECTION (daap_source->priv->connection));
for (l = playlists; l != NULL; l = g_slist_next (l)) {
DMAPPlaylist *playlist = l->data;
@@ -654,7 +652,6 @@ rb_daap_source_connection_cb (DMAPConnection *connection,
}
g_object_unref (settings);
- g_object_unref (plugin_settings);
g_object_unref (shell);
g_object_unref (entry_type);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]