summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThiago Macieira <thiago@kde.org>2006-05-07 09:36:19 +0000
committerThiago Macieira <thiago@kde.org>2006-05-07 09:36:19 +0000
commite2f5ba2280a42978d27113b7ffcadd910c38a363 (patch)
tree35fd6032f9537105ef64be0045f8615421ef4410 /ChangeLog
parentb6c9d861058c2b9dec6a4491c37e8ef420704b96 (diff)
* qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
and arrays when they had a single element: has_next returns false, even before you read the element. So, instead, check the array length.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1deae9d0..a0a485f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-05-07 Thiago Macieira <thiago.macieira@trolltech.com>
+
+ * qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
+ and arrays when they had a single element: has_next returns
+ false, even before you read the element. So, instead, check
+ the array length.
+
2006-05-06 Thiago Macieira <thiago.macieira@trolltech.com>
* qt/qdbusmessage.cpp: