[elm_ctxpopup.c] fixed compile error
authorChunEon Park <chuneon.park@samsung.com>
Tue, 2 Nov 2010 06:19:03 +0000 (15:19 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Tue, 2 Nov 2010 06:19:03 +0000 (15:19 +0900)
src/lib/elm_ctxpopup.c

index 93477fe..20d1b91 100644 (file)
@@ -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;