patches/gdm-38-bindtextdomaincodeset.diff
author an230044
Tue, 22 May 2012 09:47:58 +0000
branchgnome-2-30-s11rr-sru
changeset 22458 c4117c9bd9e0
permissions -rw-r--r--
Fix for GDM and ConsoleKit modules CRs 7121864 7120515 7116014 7110596 7094175 7093681 7096672 7146593 RTIs 362787, 362788 and 362785

--- gdm-2.30.7/daemon/main.c.orig	2012-03-23 13:52:17.581432411 +0800
+++ gdm-2.30.7/daemon/main.c	2012-03-23 13:52:18.509432457 +0800
@@ -637,6 +637,7 @@
 #endif
 
         bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
+        bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
         textdomain (GETTEXT_PACKAGE);
         setlocale (LC_ALL, "");