From 493f27fa555a468a502b26e030a708926d01ffc7 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 17 Aug 2006 12:22:58 +0000 Subject: [PATCH] (reset_ic): Fix previous change. --- src/input.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input.c b/src/input.c index abd4c2e..ea21047 100644 --- a/src/input.c +++ b/src/input.c @@ -2508,7 +2508,6 @@ reset_ic (MInputContext *ic, MSymbol ignore) MDEBUG_PRINT ("\n [IM] reset\n"); - ic_info->map = ic_info->state->map; ic_info->state_key_head = ic_info->key_head = 0; MLIST_RESET (ic_info); ic_info->key_unhandled = 0; -- 1.7.10.4