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

Forgot to set top_running when $running_processes is used

This commit is contained in:
Pavel Labath 2009-11-15 23:00:14 +01:00
parent 2ed76a345f
commit ec879680d2

View File

@ -743,6 +743,7 @@ struct text_object *construct_text_object(const char *s, const char *arg, long
END OBJ(processes, &update_total_processes)
#ifdef __linux__
END OBJ(running_processes, &update_top)
top_running = 1;
END OBJ(threads, &update_threads)
END OBJ(running_threads, &update_stat)
#else