elm widget_preview_ctxpopup.c: Fixed build error.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 14 Aug 2011 07:46:58 +0000 (07:46 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 14 Aug 2011 07:46:58 +0000 (07:46 +0000)
Elm_Ctxpopup_Item -> Elm_Object_Item.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62433 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

doc/widgets/widget_preview_ctxpopup.c

index de3eb97..5b71284 100644 (file)
@@ -19,7 +19,7 @@ elm_ctxpopup_item_append(ctxpopup, "Delete file", ic, NULL, NULL);
 ic = elm_icon_add(ctxpopup);
 elm_icon_standard_set(ic, "folder");
 elm_icon_scale_set(ic, EINA_FALSE, EINA_FALSE);
-Elm_Ctxpopup_Item *it = elm_ctxpopup_item_append(ctxpopup, "Navigate to folder", ic, NULL, NULL);
+Elm_Object_Item *it = elm_ctxpopup_item_append(ctxpopup, "Navigate to folder", ic, NULL, NULL);
 elm_ctxpopup_item_disabled_set(it, EINA_TRUE);
 
 evas_object_size_hint_weight_set(ctxpopup, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);