dbus/test/glib test-profile.c,1.17,1.18

Havoc Pennington hp at freedesktop.org
Sun Jan 30 11:35:02 PST 2005


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

Modified Files:
	test-profile.c 
Log Message:
2005-01-30  Havoc Pennington  <hp at redhat.com>

	* test/glib/test-profile.c (no_bus_stop_server): remove the
	warning about the g_warning that I just fixed



Index: test-profile.c
===================================================================
RCS file: /cvs/dbus/dbus/test/glib/test-profile.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- test-profile.c	18 Jan 2005 20:42:15 -0000	1.17
+++ test-profile.c	30 Jan 2005 19:35:00 -0000	1.18
@@ -305,8 +305,6 @@
 no_bus_stop_server (ServerData *sd,
                       void       *server)
 {
-  g_printerr ("The following g_warning is because we try to call g_source_remove_poll() after g_source_destroy() in dbus-gmain.c, I think we need to add a source free func that clears out the watch/timeout funcs\n");
-  
   dbus_server_unref (server);
 }
 



More information about the dbus-commit mailing list