summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-07-31 14:58:42 +0000
committerHavoc Pennington <hp@redhat.com>2005-07-31 14:58:42 +0000
commitbd2a59b1d8667f50a496240e73b20d0bcc9767e0 (patch)
tree39b8d5b85c96744f0ab6178633cc25bd67f4156b
parentcb81ac7edeb97f9f97ace8c990c5fdcb3c991345 (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
-rw-r--r--ChangeLog5
-rw-r--r--tools/dbus-viewer.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c967ea43..c434f547 100644
--- 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
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;