dbus/tools dbus-viewer.c,1.14,1.15

Havoc Pennington hp at freedesktop.org
Mon Aug 1 00:58:44 EST 2005


Update of /cvs/dbus/dbus/tools
In directory gabe:/tmp/cvs-serv2080/tools

Modified Files:
	dbus-viewer.c 
Log Message:
2005-07-31  Havoc Pennington  <hp at redhat.com>

	* tools/dbus-viewer.c (load_child_nodes): fix invocation of
	dbus_g_proxy_call, fix from Piotr Zielinski bug #3920



Index: dbus-viewer.c
===================================================================
RCS file: /cvs/dbus/dbus/tools/dbus-viewer.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- dbus-viewer.c	6 Jul 2005 21:27:45 -0000	1.14
+++ dbus-viewer.c	31 Jul 2005 14:58:42 -0000	1.15
@@ -182,8 +182,8 @@
         }
   
       if (!dbus_g_proxy_call (proxy, "Introspect", error,
+                              G_TYPE_INVALID,
 			      G_TYPE_STRING, &data,
-			      G_TYPE_INVALID,
 			      G_TYPE_INVALID))
 	  goto done;
       



More information about the dbus-commit mailing list