]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2005-07-31 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Sun, 31 Jul 2005 14:58:42 +0000 (14:58 +0000)
committerHavoc Pennington <hp@redhat.com>
Sun, 31 Jul 2005 14:58:42 +0000 (14:58 +0000)
* tools/dbus-viewer.c (load_child_nodes): fix invocation of
dbus_g_proxy_call, fix from Piotr Zielinski bug #3920

ChangeLog
tools/dbus-viewer.c

index c967ea43ac42e7f9c0656ee54cc8547c52be4d13..c434f547bbed3abfc3e688db81eee0d935e72c25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-31  Havoc Pennington  <hp@redhat.com>
+
+       * tools/dbus-viewer.c (load_child_nodes): fix invocation of
+       dbus_g_proxy_call, fix from Piotr Zielinski bug #3920
+
 2005-07-30  Havoc Pennington  <hp@redhat.com>
 
        * fix a bunch of Doxygen warnings and mistakes
index ae44075f08f96a53d6c2f407a5f5d1feb2d970c9..8eb63dd3b4e350e167edcd045905fabef1dc3c62 100644 (file)
@@ -182,8 +182,8 @@ load_child_nodes (const char *service_name,
         }
   
       if (!dbus_g_proxy_call (proxy, "Introspect", error,
+                              G_TYPE_INVALID,
                              G_TYPE_STRING, &data,
-                             G_TYPE_INVALID,
                              G_TYPE_INVALID))
          goto done;