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:
parent
dc3ed8df13
commit
5a69344055
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user