From: fujiwarat Date: Thu, 25 Aug 2011 00:59:42 +0000 (+0900) Subject: Add Disable signal when bus_ibus_impl_set_context_engine_from_desc is called. X-Git-Tag: 1.4.0~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=894ecc8e16b01d5594ef9b8f9c5530bb2e9d0502;p=platform%2Fupstream%2Fibus.git Add Disable signal when bus_ibus_impl_set_context_engine_from_desc is called. BUG=#1261 TEST=Linux desktop Review URL: http://codereview.appspot.com/4875049 --- diff --git a/bus/inputcontext.c b/bus/inputcontext.c index 723b5fd..3c81688 100644 --- a/bus/inputcontext.c +++ b/bus/inputcontext.c @@ -2292,6 +2292,8 @@ new_engine_cb (GObject *obj, "Opertation was cancelled"); } else { + /* Let BusEngineProxy call a Disable signal. */ + bus_input_context_disable (data->context); bus_input_context_set_engine (data->context, engine); g_object_unref (engine); bus_input_context_enable (data->context);