diff options
author | Havoc Pennington <hp@redhat.com> | 2005-07-31 14:58:42 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-07-31 14:58:42 +0000 |
commit | bd2a59b1d8667f50a496240e73b20d0bcc9767e0 (patch) | |
tree | 39b8d5b85c96744f0ab6178633cc25bd67f4156b /tools/dbus-viewer.c | |
parent | cb81ac7edeb97f9f97ace8c990c5fdcb3c991345 (diff) |
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
Diffstat (limited to 'tools/dbus-viewer.c')
-rw-r--r-- | tools/dbus-viewer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |