ecore_imf: fix wrong return type of ecore_imf_context_input_panel_return_key_type_get 69/42569/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 30 Jun 2015 07:39:56 +0000 (16:39 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 30 Jun 2015 07:46:44 +0000 (16:46 +0900)
@fix

Change-Id: I5c240b95f1e591b02011a68e1c8cd442dcc8290c

src/lib/ecore_imf/ecore_imf_context.c

index b7142b1..1b584a4 100644 (file)
@@ -1077,7 +1077,7 @@ ecore_imf_context_input_panel_return_key_type_get(Ecore_IMF_Context *ctx)
      {
         ECORE_MAGIC_FAIL(ctx, ECORE_MAGIC_CONTEXT,
                          "ecore_imf_context_input_panel_return_key_type_get");
-        return EINA_FALSE;
+        return ECORE_IMF_INPUT_PANEL_RETURN_KEY_TYPE_DEFAULT;
      }
 
    return ctx->input_panel_return_key_type;