diff options
Diffstat (limited to 'audio/rhythmbox/files')
-rw-r--r-- | audio/rhythmbox/files/patch-sources_rb-ipod-source.c | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/audio/rhythmbox/files/patch-sources_rb-ipod-source.c b/audio/rhythmbox/files/patch-sources_rb-ipod-source.c index 61fbb19a5..5c2552a88 100644 --- a/audio/rhythmbox/files/patch-sources_rb-ipod-source.c +++ b/audio/rhythmbox/files/patch-sources_rb-ipod-source.c @@ -1,18 +1,11 @@ ---- sources/rb-ipod-source.c.orig Sun Sep 19 17:05:37 2004 -+++ sources/rb-ipod-source.c Sun Sep 19 17:05:49 2004 -@@ -234,6 +234,7 @@ - } - - /* Set disc number */ -+ /* - if (song->cd_nr != 0) { +--- sources/rb-ipod-source.c.orig Thu Sep 16 18:03:09 2004 ++++ sources/rb-ipod-source.c Sun Sep 19 20:00:17 2004 +@@ -238,7 +238,7 @@ GValue value = {0, }; g_value_init (&value, G_TYPE_ULONG); -@@ -243,6 +244,7 @@ + g_value_set_ulong (&value, song->cd_nr); +- rhythmdb_entry_set (RHYTHMDB (db), entry, ++ entry_set_locked (RHYTHMDB (ctxt->db), entry, + RHYTHMDB_PROP_DISC_NUMBER, &value); g_value_unset (&value); - } -+ */ - - /* Set bitrate */ - if (song->bitrate != 0) { |