elm/entry: input_panel_return_key_autoenable_set -> input_panel_return_key_autoenable...
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Feb 2012 04:25:37 +0000 (04:25 +0000)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 28 Feb 2012 23:31:39 +0000 (08:31 +0900)
Thanks, Daniel.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68486 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

index 864166e..eb35a2b 100644 (file)
@@ -4438,7 +4438,7 @@ elm_entry_input_panel_return_key_disabled_get(const Evas_Object *obj)
 }
 
 EAPI void
-elm_entry_input_panel_return_key_autoenable_set(Evas_Object *obj, Eina_Bool on)
+elm_entry_input_panel_return_key_autoenabled_set(Evas_Object *obj, Eina_Bool on)
 {
    ELM_CHECK_WIDTYPE(obj, widtype);
    Widget_Data *wd = elm_widget_data_get(obj);
index 71f56fa..ab55223 100644 (file)
@@ -1310,7 +1310,7 @@ EAPI Eina_Bool              elm_entry_input_panel_return_key_disabled_get(const
  * @param obj The entry object
  * @param on If @p on is EINA_TRUE, the return key is automatically disabled when the entry has no text.
  */
-EAPI void                   elm_entry_input_panel_return_key_autoenable_set(Evas_Object *obj, Eina_Bool on);
+EAPI void                   elm_entry_input_panel_return_key_autoenabled_set(Evas_Object *obj, Eina_Bool on);
 
 /**
  * Reset the input method context of the entry if needed.