[uim-commit] r308 - trunk/xim
ekato@freedesktop.org
ekato@freedesktop.org
Sun Jan 16 18:52:24 PST 2005
Author: ekato
Date: 2005-01-16 18:52:21 -0800 (Sun, 16 Jan 2005)
New Revision: 308
Modified:
trunk/xim/ximserver.cpp
Log:
* xim/ximserver.cpp (XimServer::customContext) : Fix stupid bug.
Modified: trunk/xim/ximserver.cpp
===================================================================
--- trunk/xim/ximserver.cpp 2005-01-17 02:22:12 UTC (rev 307)
+++ trunk/xim/ximserver.cpp 2005-01-17 02:52:21 UTC (rev 308)
@@ -166,6 +166,7 @@
}
if (!strcmp(custom, "custom-preserved-default-im-name") &&
mUsePreservedDefaultIM == true) {
+ val++;
set_im(val);
}
More information about the Uim-commit
mailing list