entry: Fix elm_entry_input_panel_layout_get API to return ELM_INPUT_PANEL_LAYOUT_INVA...
authorYoungbok Shin <youngb.shin@samsung.com>
Wed, 22 Apr 2015 06:46:43 +0000 (15:46 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Wed, 22 Apr 2015 06:48:45 +0000 (15:48 +0900)
commitef966e952762d10e00a47158145d1fac9031ee8a
tree88907c6a69a9850e3a0bb5709bba0f2fa1936108
parent71860f7b3be4bf31aff746843d175c3c80a3cde1
entry: Fix elm_entry_input_panel_layout_get API to return ELM_INPUT_PANEL_LAYOUT_INVALID when it fails.

Summary:
Even if the given Evas_Object is NULL, API returns ELM_INPUT_PANEL_LAYOUT_NORMAL.
But, ELM_INPUT_PANEL_LAYOUT_INVALID seems proper in that case.

Test Plan:
Call the following API with NULL.
   elm_entry_input_panel_layout_get(NULL);

Reviewers: woohyun, Hermet, eunue

Reviewed By: eunue

Differential Revision: https://phab.enlightenment.org/D2404
legacy/elementary/src/lib/elm_entry.eo