ibus-immodule: initialize for added interfaces

SVN revision: 74396
This commit is contained in:
Jihoon Kim 2012-07-25 14:50:06 +00:00
parent bf38856d5f
commit b52d5888b9
1 changed files with 7 additions and 1 deletions

View File

@ -42,7 +42,13 @@ static Ecore_IMF_Context_Class ibus_imf_class = {
NULL, /* input_panel_imdata_get */
NULL, /* input_panel_return_key_type_set */
NULL, /* input_panel_return_key_disabled_set */
NULL /* input_panel_caps_lock_mode_set */
NULL, /* input_panel_caps_lock_mode_set */
NULL,
NULL,
NULL,
NULL,
NULL,
NULL
};
static Ecore_IMF_Context *im_module_create (void);