Author: ek.kato Date: Wed Jan 14 21:38:12 2009 New Revision: 5718
Modified: uim-chewing-trunk/scm/chewing.scm Log: * scm/chewing.scm (chewing-input-mode-actions) : Reorder sequence. Modified: uim-chewing-trunk/scm/chewing.scm ============================================================================== --- uim-chewing-trunk/scm/chewing.scm (original) +++ uim-chewing-trunk/scm/chewing.scm Wed Jan 14 21:38:12 2009 @@ -44,8 +44,8 @@ ;; actions of widget_chewing_input_mode (define chewing-input-mode-actions - '(action_chewing_on - action_chewing_off)) + '(action_chewing_off + action_chewing_on)) ;; actions of widget_chewing_shape_mode (define chewing-shape-mode-actions
