[uim-commit] r1508 - branches/r5rs/xim

ekato at freedesktop.org ekato at freedesktop.org
Sat Sep 17 01:22:14 PDT 2005


Author: ekato
Date: 2005-09-17 01:22:12 -0700 (Sat, 17 Sep 2005)
New Revision: 1508

Modified:
   branches/r5rs/xim/canddisp.cpp
Log:
* xim/canddisp.cpp (candwin_command) : Fix mismerge in r1497.


Modified: branches/r5rs/xim/canddisp.cpp
===================================================================
--- branches/r5rs/xim/canddisp.cpp	2005-09-17 01:18:01 UTC (rev 1507)
+++ branches/r5rs/xim/canddisp.cpp	2005-09-17 08:22:12 UTC (rev 1508)
@@ -83,9 +83,11 @@
 
     user_config = getenv("UIM_CANDWIN_PROG");
 #ifdef UIM_COMPAT_SCM
+#if 0
     if (!user_config)
 	user_config = uim_scm_symbol_value_str("uim-candwin-prog");
 #endif
+#endif
 
     if (user_config) {
 	asprintf(&candwin_prog, UIM_LIBEXECDIR "/%s", user_config);



More information about the uim-commit mailing list