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 166849 - libgnome/gnome-i18n.h is deprecated
libgnome/gnome-i18n.h is deprecated
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
git master
Other All
: Normal minor
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-09 20:48 UTC by Kristof Vansant
Modified: 2005-02-11 15:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove deprecated header (1.55 KB, patch)
2005-02-09 21:28 UTC, Kristof Vansant
none Details | Review
patch for libeog (5.36 KB, patch)
2005-02-09 22:18 UTC, Kristof Vansant
none Details | Review

Description Kristof Vansant 2005-02-09 20:48:56 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:
Comment 1 Vincent Noel 2005-02-09 21:11:04 UTC
Patches are welcome :)
Comment 2 Kristof Vansant 2005-02-09 21:28:00 UTC
Created attachment 37267 [details] [review]
remove deprecated header
Comment 3 Vincent Noel 2005-02-09 21:42:52 UTC
Note that gnome-i18n.h is also included in a few places in libeog/eog-*.c ;-)
Comment 4 Kristof Vansant 2005-02-09 22:18:07 UTC
Created attachment 37268 [details] [review]
patch for libeog
Comment 5 Vincent Noel 2005-02-09 22:20:45 UTC
Confirming, now you need approval from Jens :-)
Comment 6 Jens Finke 2005-02-10 07:10:30 UTC
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.
Comment 7 Vincent Noel 2005-02-10 18:11:52 UTC
Kristof, can you commit ?
Comment 8 Vincent Noel 2005-02-11 15:02:46 UTC
I went ahead and committed the patch.
Thanks Kristof !