elm win: Fixed typo. Patch by Jeremy Zurcher <jeremy@asynk.ch>

On Wed, Feb 29, 2012 at 5:10 PM, J??r??my Zurcher <jeremy@asynk.ch>
wrote:
elm_win_widthdrawn_get -> elm_win_withdrawn_get

Jeremy

SVN revision: 68541
This commit is contained in:
Daniel Juyung Seo 2012-02-29 08:56:40 +00:00
parent e0efa2e5ad
commit 93981f37c3
1 changed files with 1 additions and 1 deletions

View File

@ -2393,7 +2393,7 @@ elm_win_withdrawn_set(Evas_Object *obj, Eina_Bool withdrawn)
}
EAPI Eina_Bool
elm_win_widthdrawn_get(const Evas_Object *obj)
elm_win_withdrawn_get(const Evas_Object *obj)
{
Elm_Win *win;
ELM_CHECK_WIDTYPE(obj, widtype) EINA_FALSE;