2005-01-30 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Sun, 30 Jan 2005 19:35:00 +0000 (19:35 +0000)
committerHavoc Pennington <hp@redhat.com>
Sun, 30 Jan 2005 19:35:00 +0000 (19:35 +0000)
* test/glib/test-profile.c (no_bus_stop_server): remove the
warning about the g_warning that I just fixed

ChangeLog
test/glib/test-profile.c

index b452bcd..4eed51d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-01-30  Havoc Pennington  <hp@redhat.com>
 
+       * test/glib/test-profile.c (no_bus_stop_server): remove the
+       warning about the g_warning that I just fixed
+
        * glib/dbus-gmain.c: rewrite the main loop stuff to avoid the
        custom source, seems to be a lot easier to understand and work
        better.
index 6b4e905..6976a11 100644 (file)
@@ -305,8 +305,6 @@ static void
 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);
 }