Revision: 6547
Author: ek.kato
Date: Tue Jul 20 01:25:40 2010
Log: * helper/toolbar-common-gtk.c (toolbar_new) : Add a comment.
http://code.google.com/p/uim/source/detail?r=6547
Modified:
/trunk/helper/toolbar-common-gtk.c
=======================================
--- /trunk/helper/toolbar-common-gtk.c Thu Jul 15 07:40:38 2010
+++ /trunk/helper/toolbar-common-gtk.c Tue Jul 20 01:25:40 2010
@@ -944,6 +944,12 @@
GtkSizeGroup *sg;
#if 0
+ /*
+ * Please enable this if you'd like to save default IM into
+ * ~/.uim.d/custom/custom-global.scm upon system global IM switch.
However,
+ * using uim-custom consumes quite amount of memory, and requires
additional
+ * startup time.
+ */
custom_enabled = (gboolean)uim_custom_enable();
#endif