GNOME Bugzilla – Bug 588970
Get rid of deprecated libgnome
Last modified: 2009-07-18 17:56:50 UTC
http://live.gnome.org/LibgnomeMustDie Grepped for "include <gnome" and "include <libgnome". There was only one hit in ./gconf/gnome-testclient.c. The explicit headers here should probably be instead: #include <libgnomeui/gnome-app.h> #include <libgnomeui/gnome-ui-init.h> as there is gnome_init(PACKAGE, VERSION, argc, argv); app = gnome_app_new("gconf-test", "Testing GConf"); gnome_app_set_contents(GNOME_APP(app), entry); in the code.
*** This bug has been marked as a duplicate of 586435 ***