summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlberto Mardegan <mardy@users.sourceforge.net>2008-08-27 14:02:57 +0000
committerAlberto Mardegan <mardy@users.sourceforge.net>2008-08-27 14:02:57 +0000
commitd67e7efb29db09fdcdd7ea7d708073b67c1c56ae (patch)
tree7f9ca9e74dace2527abe8fdfb0c290c07d3979a9 /ChangeLog
parent8fbb5fbcd40284f9d88b5fd640a78439060fe601 (diff)
Cancel the _call_when_ready() callback if che connection object is
deleted. git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@528 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74902278..ba32e3e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-08-27 Alberto Mardegan <alberto.mardegan@nokia.com>
+ * src/mcd-connection.c:
+ Cancel the _call_when_ready() callback if che connection object is
+ deleted.
+
* src/mcd-master.c:
Change the order in which objects are instantiated, so that
McdDispatcher is available when McdManagers need it.