GNOME Bugzilla – Bug 560559
GNOME Goal: Remove deprecated GLib symbols
Last modified: 2009-01-10 04:55:35 UTC
See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib Here are the files+lines using deprecated GLib symbols in this module: gconf/gconf/testclient.c:94: loop = g_main_new(TRUE); gconf/gconf/testclient.c:98: g_main_run(loop); gconf/gconf/testclient.c:102: g_main_destroy(loop);
Created attachment 122620 [details] [review] patch replacing deprecated GLib symbols All references to testclient.c are commented out in Makefile. Here's a patch nonetheless.
Maybe this file could go away then, if it's no more required. What does the maintainer think ?
Deleting that file looks like a fine solution to me.
2009-01-09 Matthias Clasen <mclasen@redhat.com> Bug 560559 – GNOME Goal: Remove deprecated GLib symbols * gconf/testclient.c: Replace deprecated GLib calls. Patch by Travis Veralrud. * gconf/Makefile.am: Remove commented-out mentions of testclient.c