diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-11-06 16:02:19 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-11-06 16:02:19 +0000 |
commit | 4c31ea9ee25282cf329e4b46eaa0454fd8a8256d (patch) | |
tree | 7a1e2a94ae49a3a114719f9f5052737e6277d8d9 | |
parent | 3d05e9499e3662207cf436f0f32cceb4fb7e6b03 (diff) |
* bus/bus.c: Missed patch - pass in the context to the directory watch
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | bus/bus.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-11-06 John (J5) Palmieri <johnp@redhat.com> + + * bus/bus.c: Missed patch - pass in the context to the directory watch + 2006-11-02 John (J5) Palmieri <johnp@redhat.com> * Released D-Bus 1.0 RC 3(0.95) @@ -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; } |