From 69e094a4570bae10dab378e8c024c76fc7d0250a Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 7 Dec 2004 01:26:00 +0000 Subject: Fix for #137993. There is a chance that we'll have to revert this fix, 2004-12-07 Glynn Foster * src/main.c: Fix for #137993. There is a chance that we'll have to revert this fix, given the comments in /etc/X11/gdm/Xsession: # Note that this should only go to zenity dialogs which always # expect utf8 gettextfunc () { if [ "x$gdmtranslate" != "x" ] ; then "$gdmtranslate" --utf8 "$1" else echo "$1" fi } So I guess we may be over a barrel with our original guarantee. Let's just change this in 2.9.x and see if anyone notices or cares enough. Patch from Leonardo Boshell . --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 08ca66bb..14da7c45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2004-12-07 Glynn Foster + + * src/main.c: Fix for #137993. There is a chance that we'll have + to revert this fix, given the comments in /etc/X11/gdm/Xsession: + + # Note that this should only go to zenity dialogs which always + # expect utf8 + gettextfunc () { + if [ "x$gdmtranslate" != "x" ] ; then + "$gdmtranslate" --utf8 "$1" + else + echo "$1" + fi + } + + So I guess we may be over a barrel with our original guarantee. + Let's just change this in 2.9.x and see if anyone notices or cares + enough. Patch from Leonardo Boshell . + 2004-12-07 Glynn Foster * src/option.c: Fix spacing issue. -- cgit