[uim-commit] r868 - trunk/xim
ekato at freedesktop.org
ekato at freedesktop.org
Sun Jun 5 09:11:04 PDT 2005
Author: ekato
Date: 2005-06-05 09:11:02 -0700 (Sun, 05 Jun 2005)
New Revision: 868
Modified:
trunk/xim/ximserver.cpp
Log:
* xim/ximserver.cpp (XimServer::customContext) : Minor fix for
custom update of "custom-preserved-default-im-name".
Modified: trunk/xim/ximserver.cpp
===================================================================
--- trunk/xim/ximserver.cpp 2005-06-05 16:02:26 UTC (rev 867)
+++ trunk/xim/ximserver.cpp 2005-06-05 16:11:02 UTC (rev 868)
@@ -153,6 +153,7 @@
mUsePreservedDefaultIM == true) {
val++;
set_im(val);
+ val--;
}
#if HAVE_XFT_UTF8_STRING
if (!strcmp(custom, "uim-xim-xft-font-name"))
More information about the uim-commit
mailing list