diff options
Diffstat (limited to 'audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c')
-rw-r--r-- | audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c | 18 |
1 files changed, 18 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..61fbb19a5 --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c @@ -0,0 +1,18 @@ +--- 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) { + GValue value = {0, }; + g_value_init (&value, G_TYPE_ULONG); +@@ -243,6 +244,7 @@ + &value); + g_value_unset (&value); + } ++ */ + + /* Set bitrate */ + if (song->bitrate != 0) { |