# HG changeset patch # User nenolod # Date 1147093219 25200 # Node ID 1008da26c12db21a616ec0e78adde6bc258b0b4c # Parent 4071ef3fc59c6c1928dc0a430a7b9e975b46e668 [svn] - add an additional usleep to the playback resume code per Chainsaw diff -r 4071ef3fc59c -r 1008da26c12d audacious/main.c --- a/audacious/main.c Sun May 07 22:36:14 2006 -0700 +++ b/audacious/main.c Mon May 08 06:00:19 2006 -0700 @@ -1082,6 +1082,7 @@ if (cfg.resume_playback_on_startup_time != -1) { while (gtk_events_pending()) gtk_main_iteration(); bmp_playback_initiate(); + g_usleep(10000); /* XXX: musepack and others need this! */ while (!ip_data.playing) g_usleep(10000); bmp_playback_seek(cfg.resume_playback_on_startup_time /