dbus/glib dbus-gmain.c,1.44,1.45

Colin Walters walters at freedesktop.org
Fri Jul 1 23:05:25 PDT 2005


Update of /cvs/dbus/dbus/glib
In directory gabe:/tmp/cvs-serv1335/glib

Modified Files:
	dbus-gmain.c 
Log Message:
2005-07-02  Colin Walters  <walters at verbum.org>

	* glib/dbus-gmain.c (_dbus_gmain_test): Fix test.


Index: dbus-gmain.c
===================================================================
RCS file: /cvs/dbus/dbus/glib/dbus-gmain.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- dbus-gmain.c	30 Jun 2005 18:22:10 -0000	1.44
+++ dbus-gmain.c	2 Jul 2005 06:05:23 -0000	1.45
@@ -765,9 +765,9 @@
   g_assert (gtype == rectype);
 
   gtype = dbus_gtype_from_signature ("o", FALSE);
-  g_assert (gtype == G_TYPE_OBJECT);
+  g_assert (gtype == DBUS_TYPE_G_OBJECT_PATH);
   gtype = dbus_gtype_from_signature ("o", TRUE);
-  g_assert (gtype == DBUS_TYPE_G_PROXY);
+  g_assert (gtype == DBUS_TYPE_G_OBJECT_PATH);
   
   return TRUE;
 }



More information about the dbus-commit mailing list