From 0c9e87156c144b9949b5dd33f1707b2df566d45e Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Tue, 2 Nov 2010 15:19:03 +0900 Subject: [PATCH] [elm_ctxpopup.c] fixed compile error --- src/lib/elm_ctxpopup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_ctxpopup.c b/src/lib/elm_ctxpopup.c index 93477fe..20d1b91 100644 --- a/src/lib/elm_ctxpopup.c +++ b/src/lib/elm_ctxpopup.c @@ -896,13 +896,13 @@ elm_ctxpopup_item_label_get(Elm_Ctxpopup_Item *item) /** * Add a new ctxpopup object to the parent. * - * @param[in] obj window object + * @param[in] parent window object * @return New object or NULL if it cannot be created * * @ingroup Ctxpopup */ EAPI Evas_Object * -elm_ctxpopup_add(Evas_Object *obj) +elm_ctxpopup_add(Evas_Object *parent) { Evas_Object *obj; Evas *e; -- 2.7.4