Fix call to timed_thread_test().
authorBrenden Matthews <brenden@rty.ca>
Tue, 9 Dec 2008 23:37:24 +0000 (16:37 -0700)
committerBrenden Matthews <brenden@rty.ca>
Tue, 9 Dec 2008 23:37:24 +0000 (16:37 -0700)
src/audacious.c

index 20a57ac..a9886cd 100644 (file)
@@ -242,7 +242,7 @@ void *audacious_thread_func(void *pvoid)
                memcpy(&audacious_items, items, sizeof(items));
                timed_thread_unlock(info.audacious.p_timed_thread);
 
-               if (timed_thread_test(info.audacious.p_timed_thread)) {
+               if (timed_thread_test(info.audacious.p_timed_thread, 0)) {
 #ifndef AUDACIOUS_LEGACY
                        /* release reference to dbus proxy */
                        g_object_unref(session);