diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tools/dbus-viewer.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 diff --git a/tools/dbus-viewer.c b/tools/dbus-viewer.c index ae44075f..8eb63dd3 100644 --- a/tools/dbus-viewer.c +++ b/tools/dbus-viewer.c @@ -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; |