aboutsummaryrefslogtreecommitdiffstats
path: root/widget_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'widget_timer.c')
-rw-r--r--widget_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget_timer.c b/widget_timer.c
index 810c216..9627c50 100644
--- a/widget_timer.c
+++ b/widget_timer.c
@@ -92,7 +92,7 @@ int widget_timer_init(WIDGET * Self)
memset(Timer, 0, sizeof(WIDGET_TIMER));
/* load properties */
- property_load(section, "expression", "1", &Timer->expression);
+ property_load(section, "expression", NULL, &Timer->expression);
property_load(section, "update", "100", &Timer->update);
property_load(section, "active", "1", &Timer->active);