ibus-immodule: initialize for added interfaces
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 Jul 2012 14:50:06 +0000 (14:50 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 Jul 2012 14:50:06 +0000 (14:50 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74396 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/immodules/ibus/ibus_module.c

index a0bc3aa..3e3493e 100644 (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);