diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-01-14 06:51:20 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-01-14 06:51:20 +0000 |
commit | 48364cbf8a8884388c3c0a8b4d0fe0bfea9fb1e9 (patch) | |
tree | 90a203523180f00ba638d6c1c9f4523ffe5ca2ed /widget_timer.c | |
parent | 8c30e45b24af21f3c4b147a06d9c367d30f62286 (diff) | |
download | lcd4linux-48364cbf8a8884388c3c0a8b4d0fe0bfea9fb1e9.tar.gz |
switch from CVS to SVN
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@724 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_timer.c')
-rw-r--r-- | widget_timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widget_timer.c b/widget_timer.c index b608d95..c2c5340 100644 --- a/widget_timer.c +++ b/widget_timer.c @@ -68,7 +68,7 @@ void widget_timer_update(void *Self) WIDGET *W = (WIDGET *) Self; WIDGET_TIMER *Timer = W->data; int update, active; - + /* evaluate expressions */ property_eval(&Timer->update); property_eval(&Timer->active); @@ -77,7 +77,7 @@ void widget_timer_update(void *Self) update = P2N(&Timer->update); if (update < 10) update = 10; - + /* finally, fire it! */ active = P2N(&Timer->active); if (active > 0) { |