mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user