[uim-commit] r1328 - branches/r5rs/xim
ekato at freedesktop.org
ekato at freedesktop.org
Thu Aug 25 23:41:41 PDT 2005
Author: ekato
Date: 2005-08-25 23:41:39 -0700 (Thu, 25 Aug 2005)
New Revision: 1328
Modified:
branches/r5rs/xim/canddisp.cpp
Log:
* xim/canddisp.cpp (candwin_command) : Disable evaluating
"uim-candwin-prog" since the variable is not bound in
uim-custom setting.
Modified: branches/r5rs/xim/canddisp.cpp
===================================================================
--- branches/r5rs/xim/canddisp.cpp 2005-08-26 06:21:45 UTC (rev 1327)
+++ branches/r5rs/xim/canddisp.cpp 2005-08-26 06:41:39 UTC (rev 1328)
@@ -78,7 +78,10 @@
candwin_prog = getenv("UIM_CANDWIN_PROG");
if (!candwin_prog) {
#ifdef UIM_COMPAT_SCM
- candwin_prog = uim_scm_symbol_value_str("uim-candwin-prog");
+#if 0
+ // uim-candwin-prog is not bound in uim-custom setting.
+ // candwin_prog = uim_scm_symbol_value_str("uim-candwin-prog");
+#endif
if (candwin_prog)
return candwin_prog;
#endif /* UIM_COMPAT_SCM */
More information about the uim-commit
mailing list