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 508848 - atkobject.c: share¥locale directory on Win32
atkobject.c: share¥locale directory on Win32
Status: RESOLVED OBSOLETE
Product: atk
Classification: Platform
Component: atk
git master
Other Windows
: Normal minor
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2008-01-11 20:55 UTC by Kazuki Iwamoto
Modified: 2008-09-21 15:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for atkobject.c (421 bytes, patch)
2008-01-11 20:59 UTC, Kazuki Iwamoto
none Details | Review

Description Kazuki Iwamoto 2008-01-11 20:55:53 UTC
On Windows, ATK_LOCALEDIR is ignored.
Locale directory is always 'lib¥locale'.
But in latest of GLib and GTK+, locale directory was changed to 'share¥locale'.
http://svn.gnome.org/viewvc/glib/trunk/config.h.win32.in?r1=5409&r2=5976
http://svn.gnome.org/viewvc/gtk%2B/trunk/config.h.win32.in?r1=17186&r2=19084

I suggest changing the directory in ATK.

Other information:
Comment 1 Kazuki Iwamoto 2008-01-11 20:59:44 UTC
Created attachment 102624 [details] [review]
patch for atkobject.c
Comment 2 Kazuki Iwamoto 2008-09-21 15:30:52 UTC
At revision 1274, the specifications about the directory changed in atkobject.c.
This suggestion became unnecessary.