[uim-commit] r317 - trunk/xim
ekato@freedesktop.org
ekato@freedesktop.org
Mon Jan 17 23:49:05 PST 2005
Author: ekato
Date: 2005-01-17 23:49:03 -0800 (Mon, 17 Jan 2005)
New Revision: 317
Modified:
trunk/xim/ximserver.cpp
Log:
* xim/ximserver.cpp (XimServer::customContext) : Don't update
ximserver's input method for now to avoid confusion.
Modified: trunk/xim/ximserver.cpp
===================================================================
--- trunk/xim/ximserver.cpp 2005-01-18 05:16:51 UTC (rev 316)
+++ trunk/xim/ximserver.cpp 2005-01-18 07:49:03 UTC (rev 317)
@@ -156,6 +156,7 @@
}
void XimServer::customContext(const char *custom, const char *val) {
+#if 0
// Updated ximserver's global im with customized one.
// This is temporal hack.
if (!strcmp(custom, "custom-activate-default-im-name?")) {
@@ -169,6 +170,7 @@
val++;
set_im(val);
}
+#endif
std::list<InputContext *>::iterator it;
for (it = ic_list.begin(); it != ic_list.end(); it++) {
More information about the Uim-commit
mailing list