From b6f0905e148c8debc002ea619a5d041ae2558ec1 Mon Sep 17 00:00:00 2001 From: discomfitor Date: Thu, 16 Feb 2012 22:42:48 +0000 Subject: [PATCH] s/elm_text_input/elm_entry_input git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68044 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_entry.c | 2 +- src/lib/elm_entry.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c index 275a0dc..106cb12 100644 --- a/src/lib/elm_entry.c +++ b/src/lib/elm_entry.c @@ -3689,7 +3689,7 @@ elm_entry_input_panel_imdata_get(const Evas_Object *obj, void *data, int *len) } EAPI void -elm_text_input_panel_return_key_type_set(Evas_Object *obj, Elm_Input_Panel_Return_Key_Type return_key_type) +elm_entry_input_panel_return_key_type_set(Evas_Object *obj, Elm_Input_Panel_Return_Key_Type return_key_type) { ELM_CHECK_WIDTYPE(obj, widtype); Widget_Data *wd = elm_widget_data_get(obj); diff --git a/src/lib/elm_entry.h b/src/lib/elm_entry.h index dd8bab9..f411b1f 100644 --- a/src/lib/elm_entry.h +++ b/src/lib/elm_entry.h @@ -1202,7 +1202,7 @@ EAPI void elm_entry_input_panel_imdata_get(const Evas_Object * * @param obj The entry object * @param return_key_type The type of "return" key on the input panel */ -EAPI void elm_text_input_panel_return_key_type_set(Evas_Object *obj, Elm_Input_Panel_Return_Key_Type return_key_type); +EAPI void elm_entry_input_panel_return_key_type_set(Evas_Object *obj, Elm_Input_Panel_Return_Key_Type return_key_type); /** * Get the "return" key type. -- 2.7.4