diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 13:40:00 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 13:40:00 +0000 |
commit | 9c03a5f3dc3e1bd6c80b8c12b308df08457a164d (patch) | |
tree | bd3daf7b1fc29a8a0b2a5be296aebfd5945e7cf0 /common | |
parent | bfa5eb500e901072ef2a38357f33e28a8fc002df (diff) | |
download | gvfs-9c03a5f3dc3e1bd6c80b8c12b308df08457a164d.tar.gz |
Fix _g_dbus_message_iter_copy
Original git commit by Alexander Larsson <alexl@redhat.com> at 1178897260 +0200
svn path=/trunk/; revision=559
Diffstat (limited to 'common')
-rw-r--r-- | common/gdbusutils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gdbusutils.c b/common/gdbusutils.c index db47b75e..85215299 100644 --- a/common/gdbusutils.c +++ b/common/gdbusutils.c @@ -1179,6 +1179,8 @@ _g_dbus_message_iter_copy (DBusMessageIter *dest, } else g_error ("Unsupported type %c in _g_dbus_message_iter_copy", type); + + dbus_message_iter_next (source); } } |