summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThiago Macieira <thiago@kde.org>2006-04-23 18:54:47 +0000
committerThiago Macieira <thiago@kde.org>2006-04-23 18:54:47 +0000
commitbed69341bb0e0e087bd7429413c32185916feef4 (patch)
tree848e6e0b128a763dcf783789756ff80349f593cc /ChangeLog
parent02b7fc2df397960e85e13cd1d67a285a22daef22 (diff)
* dbus/dbus-connection.c: Interfaces are optional in method
calls, so don't give up if the interface parameter is NULL. Patch reviewed by Havoc Pennington.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index baf1390f..9b52b8b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2006-04-23 Thiago Macieira <thiago.macieira@trolltech.com
+2006-04-23 Thiago Macieira <thiago.macieira@trolltech.com>
+
+ * dbus/dbus-connection.c: Interfaces are optional in method
+ calls, so don't give up if the interface parameter is NULL.
+ Patch reviewed by Havoc Pennington.
+
+2006-04-23 Thiago Macieira <thiago.macieira@trolltech.com>
* qt/qdbusreply.h: Add default constructor and operator=
(r532625)