GNOME Bugzilla – Bug 166849
libgnome/gnome-i18n.h is deprecated
Last modified: 2005-02-11 15:02:46 UTC
Please describe the problem: replace all: #include <libgnome/gnome-i18n.h> by: #include <glib/gi18n.h> Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Patches are welcome :)
Created attachment 37267 [details] [review] remove deprecated header
Note that gnome-i18n.h is also included in a few places in libeog/eog-*.c ;-)
Created attachment 37268 [details] [review] patch for libeog
Confirming, now you need approval from Jens :-)
Yeah, go ahead and commit. Is glib 2.6 required for this? Then I think you must also update the configure.in skript to check for glib/gtk 2.6. Thanks.
Kristof, can you commit ?
I went ahead and committed the patch. Thanks Kristof !