Revision: 6511 Author: ek.kato Date: Thu Jul 15 07:40:38 2010 Log: * helper/toolbar-common-gtk.c (toolbar_new) : Disable uim-custom for now.
http://code.google.com/p/uim/source/detail?r=6511 Modified: /trunk/helper/toolbar-common-gtk.c ======================================= --- /trunk/helper/toolbar-common-gtk.c Thu Jul 15 00:21:23 2010 +++ /trunk/helper/toolbar-common-gtk.c Thu Jul 15 07:40:38 2010 @@ -943,7 +943,9 @@ GList *prop_buttons = NULL; GtkSizeGroup *sg; +#if 0 custom_enabled = (gboolean)uim_custom_enable(); +#endif init_icon();
