From 4c31ea9ee25282cf329e4b46eaa0454fd8a8256d Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 6 Nov 2006 16:02:19 +0000 Subject: * bus/bus.c: Missed patch - pass in the context to the directory watch --- ChangeLog | 4 ++++ bus/bus.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a80bb65e..5a0312bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-11-06 John (J5) Palmieri + + * bus/bus.c: Missed patch - pass in the context to the directory watch + 2006-11-02 John (J5) Palmieri * Released D-Bus 1.0 RC 3(0.95) diff --git a/bus/bus.c b/bus/bus.c index 658271f7..efbd0232 100644 --- a/bus/bus.c +++ b/bus/bus.c @@ -517,7 +517,7 @@ process_config_postinit (BusContext *context, /* Watch all conf directories */ _dbus_list_foreach (bus_config_parser_get_conf_dirs (parser), (DBusForeachFunction) bus_watch_directory, - NULL); + context); return TRUE; } -- cgit v1.2.1