diff options
-rw-r--r-- | audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c | 11 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-sources_rb-ipod-source.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c b/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c new file mode 100644 index 000000000..842e84978 --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c @@ -0,0 +1,11 @@ +--- sources/rb-ipod-source.c.orig Sun Sep 19 16:50:39 2004 ++++ sources/rb-ipod-source.c Sun Sep 19 16:51:22 2004 +@@ -238,7 +238,7 @@ + GValue value = {0, }; + g_value_init (&value, G_TYPE_ULONG); + g_value_set_ulong (&value, song->cd_nr); +- rhythmdb_entry_set (RHYTHMDB (db), entry, ++ rhythmdb_entry_set (RHYTHMDB (ctxt->db), entry, + RHYTHMDB_PROP_DISC_NUMBER, + &value); + g_value_unset (&value); diff --git a/audio/rhythmbox/files/patch-sources_rb-ipod-source.c b/audio/rhythmbox/files/patch-sources_rb-ipod-source.c new file mode 100644 index 000000000..842e84978 --- /dev/null +++ b/audio/rhythmbox/files/patch-sources_rb-ipod-source.c @@ -0,0 +1,11 @@ +--- sources/rb-ipod-source.c.orig Sun Sep 19 16:50:39 2004 ++++ sources/rb-ipod-source.c Sun Sep 19 16:51:22 2004 +@@ -238,7 +238,7 @@ + GValue value = {0, }; + g_value_init (&value, G_TYPE_ULONG); + g_value_set_ulong (&value, song->cd_nr); +- rhythmdb_entry_set (RHYTHMDB (db), entry, ++ rhythmdb_entry_set (RHYTHMDB (ctxt->db), entry, + RHYTHMDB_PROP_DISC_NUMBER, + &value); + g_value_unset (&value); |