From 38d2cdfc84677976e4b902d98207582184a468f6 Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Sun, 2 Sep 2007 02:25:01 +0000 Subject: [PATCH] revert common.c git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@953 7f574dfc-610e-0410-a909-a81674777703 --- src/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.c b/src/common.c index beb33b74..1b5c5157 100644 --- a/src/common.c +++ b/src/common.c @@ -234,7 +234,7 @@ void update_stuff() if (NEED(INFO_MPD)) { if (!mpd_timed_thread) { init_mpd_stats(&info); - mpd_timed_thread = timed_thread_create((void*)update_mpd, (void*) NULL, 500000); + mpd_timed_thread = timed_thread_create((void*)update_mpd, (void*) NULL, update_interval * 1000000); if (!mpd_timed_thread) { ERR("Failed to create MPD timed thread"); }