1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-20 08:33:31 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View File

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