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 644756 - Remove atkintl in favour of gi18n-lib.h and add config.h to the two files containing translations
Remove atkintl in favour of gi18n-lib.h and add config.h to the two files con...
Status: RESOLVED FIXED
Product: atk
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: ATK maintainer(s)
ATK maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-03-14 19:23 UTC by Kjartan Maraas
Modified: 2013-12-13 08:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to remove atkintl.h (1.07 KB, patch)
2011-03-14 19:23 UTC, Kjartan Maraas
committed Details | Review
patch to fix removal of atkintl.h (1.51 KB, patch)
2011-03-14 19:24 UTC, Kjartan Maraas
committed Details | Review

Description Kjartan Maraas 2011-03-14 19:23:42 UTC
Created attachment 183375 [details] [review]
patch to remove atkintl.h

Patch for this attached.
Comment 1 Kjartan Maraas 2011-03-14 19:24:10 UTC
Created attachment 183376 [details] [review]
patch to fix removal of atkintl.h
Comment 2 André Klapper 2011-06-23 22:06:10 UTC
[Mass-reassigning open atk bug reports for better trackability as requested in https://bugzilla.gnome.org/show_bug.cgi?id=653179 .
PLEASE NOTE:
If you have watched the previous assignee of this bug report as a workaround for actually getting notified of changes in atk bugs, you yourself will now have to add atk-maint@gnome.bugs to your watchlist at the bottom of https://bugzilla.gnome.org/userprefs.cgi?tab=email to keep watching atk bug reports in GNOME Bugzilla.
Sorry for the noise: Feel free to filter for this comment in order to mass-delete the triggered bugmail.]
Comment 3 Alejandro Piñeiro Iglesias (IRC: infapi00) 2013-12-11 15:38:37 UTC
Comment on attachment 183376 [details] [review]
patch to fix removal of atkintl.h

Committed with just small tweaks.
Comment 4 Fan, Chun-wei 2013-12-13 03:17:41 UTC
Hi,

Just wanted to point this out, as I was trying to test the changes I made recently to the Visual C++ build files... 'make dist' failed as atkintl.h was still referenced under atk/Makefile.am in EXTRA_DIST, so probably that should be removed from there as well?  Sorry, I didn't have a proper patch with commit comments for it now.

With blessings, thank you!
Comment 5 Alejandro Piñeiro Iglesias (IRC: infapi00) 2013-12-13 08:19:42 UTC
(In reply to comment #4)
> Hi,
> 
> Just wanted to point this out, as I was trying to test the changes I made
> recently to the Visual C++ build files... 'make dist' failed as atkintl.h was
> still referenced under atk/Makefile.am in EXTRA_DIST, so probably that should
> be removed from there as well?  Sorry, I didn't have a proper patch with commit
> comments for it now.

Fixed with this commit:
https://git.gnome.org/browse/atk/commit/?id=c403ddfa064ef3ffaa908fae6323de0dd2519b7d

> With blessings, thank you!

To you, thanks for reporting.