Author: ek.kato Date: Fri Sep 12 01:10:39 2008 New Revision: 5568
Modified: uim-chewing-trunk/scm/chewing.scm Log: * scm/chewing.scm: Reorder on/off actions. Modified: uim-chewing-trunk/scm/chewing.scm ============================================================================== --- uim-chewing-trunk/scm/chewing.scm (original) +++ uim-chewing-trunk/scm/chewing.scm Fri Sep 12 01:10:39 2008 @@ -44,8 +44,8 @@ ;; actions of widget_chewing_input_mode (define chewing-input-mode-actions - '(action_chewing_off - action_chewing_on)) + '(action_chewing_on + action_chewing_off)) ;; actions of widget_chewing_shape_mode (define chewing-shape-mode-actions
