After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 588970 - Get rid of deprecated libgnome
Get rid of deprecated libgnome
Status: RESOLVED DUPLICATE of bug 586435
Product: GConf
Classification: Deprecated
Component: gconf
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: GConf Maintainers
GConf Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-18 17:54 UTC by André Klapper
Modified: 2009-07-18 17:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-07-18 17:54:36 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.
Comment 1 André Klapper 2009-07-18 17:56:50 UTC

*** This bug has been marked as a duplicate of 586435 ***