changeset 3719:48795d67d9cb

event_queue instead of immediately call so that the other thread can catch up
author William Pitcock <nenolod@atheme.org>
date Thu, 11 Oct 2007 19:51:08 -0500
parents a98b1189777b
children 6f6982108001
files src/audacious/playback.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/playback.c	Thu Oct 11 19:38:55 2007 -0500
+++ b/src/audacious/playback.c	Thu Oct 11 19:51:08 2007 -0500
@@ -503,7 +503,7 @@
         output_set_volume(l, r);
     }
 
-    hook_call("playback seek", playback);
+    event_queue("playback seek", playback);
 }
 
 void