1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-02-19 09:35:52 +01:00
Files
gryf-overlay/media-plugins/xmms-cdread/files/xmms-cdread-0.14a-xmms-1.2.8.patch
2010-02-09 21:25:29 +01:00

14 lines
486 B
Diff

--- 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)
{