[popup/notify]: doxy change and replaced data by obj.
authorshilpa <shilpa.singh@samsung.com>
Mon, 14 Jun 2010 08:30:31 +0000 (17:30 +0900)
committershilpa <shilpa.singh@samsung.com>
Mon, 14 Jun 2010 08:30:31 +0000 (17:30 +0900)
src/lib/elm_notify.c
src/lib/elm_popup.c

index ea0a011..0b59c35 100755 (executable)
@@ -182,7 +182,7 @@ _timer_cb(void *data)
    if (!wd) return 0;
    wd->timer = NULL;
    evas_object_hide(obj);
-   evas_object_smart_callback_call(data, "notify,timeout", NULL);
+   evas_object_smart_callback_call(obj, "notify,timeout", NULL);
    return 0;
 }
 
index f362046..f3a71e6 100755 (executable)
@@ -323,7 +323,7 @@ elm_popup_add(Evas_Object *parent_app)
  * @param desc_text text to be displayed in description area.\r
  * @param no_of_buttons Number of buttons to be packed in action area.\r
  * @param first_button_text button text\r
- * @Varargs response ID for first button, then additional buttons followed by response id's ending with NULL\r
+ * @param Varargs response ID for first button, then additional buttons followed by response id's ending with NULL\r
  * @return The new object or NULL if it cannot be created\r
  *\r
  * @ingroup Popup\r