diff options
author | John J. Ellis <jje@gentoo.org> | 2003-09-20 10:09:41 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-09-20 10:09:41 +0000 |
commit | bd1a5af45e6341d31d58d39714d3c0003891ce14 (patch) | |
tree | 5215d850db864beaf0269090e167a434b43c1701 /media-plugins/xmms-cdread/files/xmms-cdread-0.14a-xmms-1.2.8.patch | |
parent | Added small patch to get this to work with xmms 1.2.8. Closes #28746. (diff) | |
download | gentoo-2-bd1a5af45e6341d31d58d39714d3c0003891ce14.tar.gz gentoo-2-bd1a5af45e6341d31d58d39714d3c0003891ce14.tar.bz2 gentoo-2-bd1a5af45e6341d31d58d39714d3c0003891ce14.zip |
Added small patch to get this to work with xmms 1.2.8. Closes #28746.
Diffstat (limited to 'media-plugins/xmms-cdread/files/xmms-cdread-0.14a-xmms-1.2.8.patch')
-rw-r--r-- | media-plugins/xmms-cdread/files/xmms-cdread-0.14a-xmms-1.2.8.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-plugins/xmms-cdread/files/xmms-cdread-0.14a-xmms-1.2.8.patch b/media-plugins/xmms-cdread/files/xmms-cdread-0.14a-xmms-1.2.8.patch new file mode 100644 index 000000000000..83d83b86386c --- /dev/null +++ b/media-plugins/xmms-cdread/files/xmms-cdread-0.14a-xmms-1.2.8.patch @@ -0,0 +1,13 @@ +--- playlist.c 2001-06-04 01:58:51.000000000 +0900 ++++ playlist.c.new 2003-09-20 18:43:12.000000000 +0900 +@@ -161,7 +161,9 @@ + pthread_mutex_unlock(&playlist_mutex); + + playlistwin_update_list(); +- if (regen_shuffle) playlist_generate_shuffle_list(); ++ /* hackery to force playlist_generate_shuffle_list */ ++ /* to get called. It's no longer a public symbol */ ++ if (regen_shuffle) playlist_set_shuffle(TRUE); + if (set_info_text) mainwin_set_info_text(); + if (restart_playing) + { |