[uim-commit] r406 - trunk/uim
yamaken at freedesktop.org
yamaken at freedesktop.org
Sun Jan 30 16:41:11 PST 2005
Author: yamaken
Date: 2005-01-30 16:41:08 -0800 (Sun, 30 Jan 2005)
New Revision: 406
Modified:
trunk/uim/uim-custom.c
Log:
* uim/uim-custom.c
- (custom_cb_add): Fix misformed sexp. This makes custom callback
working
Modified: trunk/uim/uim-custom.c
===================================================================
--- trunk/uim/uim-custom.c 2005-01-31 00:17:09 UTC (rev 405)
+++ trunk/uim/uim-custom.c 2005-01-31 00:41:08 UTC (rev 406)
@@ -1248,7 +1248,7 @@
uim_scm_gc_protect_stack(&stack_start);
form = uim_scm_list5(uim_scm_make_symbol(validator),
- uim_scm_make_symbol(custom_sym),
+ uim_scm_quote(uim_scm_make_symbol(custom_sym)),
uim_scm_make_ptr(ptr),
uim_scm_make_symbol(gate_func),
uim_scm_make_func_ptr(cb));
More information about the Uim-commit
mailing list