[uim-commit] r358 - trunk/uim
yamaken@freedesktop.org
yamaken@freedesktop.org
Wed Jan 26 09:14:04 PST 2005
Author: yamaken
Date: 2005-01-26 09:14:00 -0800 (Wed, 26 Jan 2005)
New Revision: 358
Modified:
trunk/uim/uim-custom.c
Log:
* uim/uim-custom.c
- (uim_custom_quit): Add uim_custom_group_cb_remove() and
uim_custom_global_cb_remove()
Modified: trunk/uim/uim-custom.c
===================================================================
--- trunk/uim/uim-custom.c 2005-01-26 16:48:25 UTC (rev 357)
+++ trunk/uim/uim-custom.c 2005-01-26 17:14:00 UTC (rev 358)
@@ -689,8 +689,9 @@
uim_bool
uim_custom_quit(void)
{
- /* TODO */
uim_custom_cb_remove(NULL);
+ uim_custom_group_cb_remove(NULL);
+ uim_custom_global_cb_remove();
return UIM_TRUE;
}
More information about the Uim-commit
mailing list