[uim-commit] r2442 - branches/1.0/qt

ekato at freedesktop.org ekato at freedesktop.org
Thu Dec 8 03:25:48 PST 2005


Author: ekato
Date: 2005-12-08 03:25:43 -0800 (Thu, 08 Dec 2005)
New Revision: 2442

Modified:
   branches/1.0/qt/switcher-qt.cpp
Log:
* qt/switcher-qt.cpp : Port r2441 from trunk.


Modified: branches/1.0/qt/switcher-qt.cpp
===================================================================
--- branches/1.0/qt/switcher-qt.cpp	2005-12-08 11:25:00 UTC (rev 2441)
+++ branches/1.0/qt/switcher-qt.cpp	2005-12-08 11:25:43 UTC (rev 2442)
@@ -43,6 +43,7 @@
 #include <qlayout.h>
 #include <qsizepolicy.h>
 
+#include <stdlib.h>
 #include <locale.h>
 
 #include "uim/config.h"
@@ -59,6 +60,8 @@
     bindtextdomain(PACKAGE, LOCALEDIR);
     textdomain(PACKAGE);
     bind_textdomain_codeset(PACKAGE, "UTF-8"); // ensure code encoding is UTF8-
+
+    setenv("XMODIFIERS", "@im=none", 1);
     
     QApplication a( argc, argv );
 



More information about the uim-commit mailing list