widget_timer: timer widgets should not abuse timer groups (fixes ticket #278)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1190 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
mzuther
2012-06-23 21:47:50 +00:00
parent 0070c29645
commit 9d72353c29

View File

@@ -72,7 +72,7 @@ void widget_timer_update(void *Self)
}
/* add a new one-shot timer */
timer_add_widget(widget_timer_update, Self, update, 1);
timer_add(widget_timer_update, Self, update, 1);
}