[uim-commit] r351 - trunk/uim
yamaken@freedesktop.org
yamaken@freedesktop.org
Mon Jan 24 15:53:42 PST 2005
Author: yamaken
Date: 2005-01-24 15:53:40 -0800 (Mon, 24 Jan 2005)
New Revision: 351
Modified:
trunk/uim/uim.c
Log:
* uim/uim.c
- (uim_quit): Comment out uim_custom_quit() as temporary workaround
to avoid unbound variable error when uim_custom_enable() is not
invoked
-------- missing changelog of r342 --------
* uim/uim.c
- (uim_quit): Add uim_custom_quit()
Modified: trunk/uim/uim.c
===================================================================
--- trunk/uim/uim.c 2005-01-23 12:57:20 UTC (rev 350)
+++ trunk/uim/uim.c 2005-01-24 23:53:40 UTC (rev 351)
@@ -708,7 +708,9 @@
}
}
/**/
+#if 0
uim_custom_quit();
+#endif
uim_quit_plugin();
uim_scm_quit();
uim_last_client_encoding = NULL;
More information about the Uim-commit
mailing list