projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
055b622
)
(reset_ic): Fix previous change.
author
handa
<handa>
Thu, 17 Aug 2006 12:12:53 +0000
(12:12 +0000)
committer
handa
<handa>
Thu, 17 Aug 2006 12:12:53 +0000
(12:12 +0000)
src/input.c
patch
|
blob
|
history
diff --git
a/src/input.c
b/src/input.c
index
898b1a0
..
abd4c2e
100644
(file)
--- a/
src/input.c
+++ b/
src/input.c
@@
-2559,7
+2559,7
@@
reset_ic (MInputContext *ic, MSymbol ignore)
ic_info->state_pos = ic->cursor_pos = 0;
ic_info->state = ic_info->prev_state = NULL;
- shift_state (((MIMState *) MPLIST_VAL (im_info->states))->name);
+ shift_state (ic, ((MIMState *) MPLIST_VAL (im_info->states))->name);
status = ic_info->state->title ? ic_info->state->title : im_info->title;
if (ic->status != status)
{