diff options
author | Havoc Pennington <hp@redhat.com> | 2003-04-04 00:39:22 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-04-04 00:39:22 +0000 |
commit | 1b08036103a70159e7a67b2349306710edcd6654 (patch) | |
tree | 6c6469bc51f9abcd2cf69036aabc71dea75c03b2 /bus/main.c | |
parent | f216e81432ddf04889202c33a6e68113f94d7611 (diff) |
2003-04-03 Havoc Pennington <hp@redhat.com>
* bus/loop.h, bus/loop.c: make the mainloop an object so we can
have multiple ones
* bus/*.[hc]: adapt to mainloop change
Diffstat (limited to 'bus/main.c')
-rw-r--r-- | bus/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ main (int argc, char **argv) } _dbus_verbose ("We are on D-Bus...\n"); - bus_loop_run (); + bus_loop_run (bus_context_get_loop (context)); bus_context_shutdown (context); bus_context_unref (context); |