From 2066fb53db5ca16c49bc82e1f83b2d9def253975 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 28 Feb 2012 04:25:37 +0000 Subject: [PATCH] elm/entry: input_panel_return_key_autoenable_set -> input_panel_return_key_autoenabled_set Thanks, Daniel. SVN revision: 68486 --- legacy/elementary/src/lib/elm_entry.c | 2 +- legacy/elementary/src/lib/elm_entry.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_entry.c b/legacy/elementary/src/lib/elm_entry.c index 252327de96..d32fc5484c 100644 --- a/legacy/elementary/src/lib/elm_entry.c +++ b/legacy/elementary/src/lib/elm_entry.c @@ -3751,7 +3751,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); diff --git a/legacy/elementary/src/lib/elm_entry.h b/legacy/elementary/src/lib/elm_entry.h index f088ee7870..e37ef77927 100644 --- a/legacy/elementary/src/lib/elm_entry.h +++ b/legacy/elementary/src/lib/elm_entry.h @@ -1286,7 +1286,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.