From bd2a59b1d8667f50a496240e73b20d0bcc9767e0 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 31 Jul 2005 14:58:42 +0000 Subject: 2005-07-31 Havoc Pennington * tools/dbus-viewer.c (load_child_nodes): fix invocation of dbus_g_proxy_call, fix from Piotr Zielinski bug #3920 --- ChangeLog | 5 +++++ tools/dbus-viewer.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c967ea43..c434f547 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-31 Havoc Pennington + + * 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 * 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; -- cgit