summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-timeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-timeout.c')
-rw-r--r--dbus/dbus-timeout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-timeout.c b/dbus/dbus-timeout.c
index 9aefbb40..379aeee3 100644
--- a/dbus/dbus-timeout.c
+++ b/dbus/dbus-timeout.c
@@ -66,6 +66,7 @@ _dbus_timeout_new (int interval,
timeout->refcount = 1;
timeout->interval = interval;
+ timeout->handler = handler;
timeout->handler_data = data;
timeout->free_handler_data_function = free_data_function;