diff options
Diffstat (limited to 'degesch.c')
-rw-r--r-- | degesch.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9135,8 +9135,8 @@ init_poller_events (struct app_context *ctx) rearm_flush_timer (ctx); poller_timer_init (&ctx->date_chg_tmr, &ctx->poller); - ctx->flush_timer.dispatcher = (poller_timer_fn) on_date_change_timer; - ctx->flush_timer.user_data = ctx; + ctx->date_chg_tmr.dispatcher = (poller_timer_fn) on_date_change_timer; + ctx->date_chg_tmr.user_data = ctx; rearm_date_change_timer (ctx); } |