[uim-commit] r939 - trunk/uim
ekato at freedesktop.org
ekato at freedesktop.org
Wed Jul 6 03:14:30 PDT 2005
Author: ekato
Date: 2005-07-06 03:13:46 -0700 (Wed, 06 Jul 2005)
New Revision: 939
Modified:
trunk/uim/skk.c
Log:
* scm/skk.c (purge_candidate) : Don't purge words in the base
candidate array of okuri-ari entry.
Modified: trunk/uim/skk.c
===================================================================
--- trunk/uim/skk.c 2005-07-06 10:01:05 UTC (rev 938)
+++ trunk/uim/skk.c 2005-07-06 10:13:46 UTC (rev 939)
@@ -2127,12 +2127,14 @@
remove_candidate_from_array(ca, nth);
}
+#if 0
if (ca->okuri) {
/* also purge the word in the base cand array */
int index = index_in_real_cands(&ca->line->cands[0], str);
if (index != -1)
purge_candidate(&ca->line->cands[0], index);
}
+#endif
free(str);
}
More information about the uim-commit
mailing list