s/elm_text_input/elm_entry_input
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 16 Feb 2012 22:42:48 +0000 (22:42 +0000)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 21 Feb 2012 06:48:56 +0000 (15:48 +0900)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68044 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_entry.c
src/lib/elm_entry.h

index b182ec3..88f2b0b 100644 (file)
@@ -4522,7 +4522,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);
index 7b7ccf8..fc4fa36 100644 (file)
@@ -1271,7 +1271,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.