1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-13 19:22:58 +00:00

Fix call to timed_thread_test().

This commit is contained in:
Brenden Matthews 2008-12-09 16:37:24 -07:00
parent dc3ed8df13
commit 5a69344055

View 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);