summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-07-22 17:06:14 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-07-22 17:06:14 +0000
commitda127218174e212476f9ca8c4a937fdbc24561cb (patch)
tree4685633ac1218f81905958b4fc0b54d1a3cfa9ea /ChangeLog
parent4bf50e206c18e118f899693fb71c9f8e6adddcbd (diff)
* dbus/dbus-connection.c:
(_dbus_connection_attach_pending_call_unlocked): (connection_timeout_and_complete_all_pending_calls_unlocked): Make sure we set timeout_added on pending calls to FALSE when we remove the timeout from the connection
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cec18b75..887c387f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-07-22 John (J5) Palmieri <johnp@redhat.com>
+
+ * dbus/dbus-connection.c:
+ (_dbus_connection_attach_pending_call_unlocked):
+ (connection_timeout_and_complete_all_pending_calls_unlocked):
+ Make sure we set timeout_added on pending calls to FALSE when
+ we remove the timeout from the connection
+
2006-07-21 John (J5) Palmieri <johnp@redhat.com>
* Removed some extra bindings stuff lingering around (thanks timo)