[rhythmbox] media-player-source: sync all playlists when music sync is enabled



commit 6121e26a5bbd927cccebe4d187fbd2d5b4f74f11
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sat Jan 12 18:13:18 2013 +1000

    media-player-source: sync all playlists when music sync is enabled
    
    cause identified by J.D. Laub.

 sources/rb-media-player-source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sources/rb-media-player-source.c b/sources/rb-media-player-source.c
index d5992df..20ac983 100644
--- a/sources/rb-media-player-source.c
+++ b/sources/rb-media-player-source.c
@@ -509,7 +509,7 @@ sync_playlists (RBMediaPlayerSource *source)
 
 		/* is this playlist selected for syncing? */
 		g_object_get (playlist_source, "name", &name, NULL);
-		if (rb_sync_settings_group_enabled (priv->sync_settings, SYNC_CATEGORY_MUSIC, name) == FALSE) {
+		if (rb_sync_settings_sync_group (priv->sync_settings, SYNC_CATEGORY_MUSIC, name) == FALSE) {
 			rb_debug ("not syncing playlist %s", name);
 			g_free (name);
 			continue;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]