diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | bus/bus.c | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2003-10-16 Havoc Pennington <hp@redhat.com> + * bus/bus.c (struct BusContext): remove struct field I didn't mean + to put there + +2003-10-16 Havoc Pennington <hp@redhat.com> + * bus/connection.c (bus_pending_reply_expired): either cancel or execute, not both (bus_connections_check_reply): use unlink, not remove_link, as we @@ -37,7 +37,6 @@ struct BusContext { int refcount; char *type; - char *bus_env_var; char *address; char *pidfile; DBusLoop *loop; |