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
This commit is contained in:
Havoc Pennington 2005-07-31 14:58:42 +00:00
parent cb81ac7ede
commit bd2a59b1d8
2 changed files with 6 additions and 1 deletions

View file

@ -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

View 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;