summaryrefslogtreecommitdiff
path: root/doc/widgets
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2011-11-17 02:16:38 +0000
committerChunEon Park <hermet@hermet.pe.kr>2011-11-17 02:16:38 +0000
commit8444d30fc31b4ecd824790a3742a33ed1afbbf16 (patch)
tree3c7bf8bae83e84b1a29f36540907e9f37a816d78 /doc/widgets
parentc775f67d83b3516714875481a9fb5de92f4d9975 (diff)
downloadelementary-8444d30fc31b4ecd824790a3742a33ed1afbbf16.tar.gz
elementary/ctxpopup, flipselector - applied elm_object_item common apis.
SVN revision: 65325
Diffstat (limited to 'doc/widgets')
-rw-r--r--doc/widgets/widget_preview_ctxpopup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/widgets/widget_preview_ctxpopup.c b/doc/widgets/widget_preview_ctxpopup.c
index 5b712842c..c2819d6a5 100644
--- a/doc/widgets/widget_preview_ctxpopup.c
+++ b/doc/widgets/widget_preview_ctxpopup.c
@@ -20,7 +20,7 @@ ic = elm_icon_add(ctxpopup);
elm_icon_standard_set(ic, "folder");
elm_icon_scale_set(ic, EINA_FALSE, EINA_FALSE);
Elm_Object_Item *it = elm_ctxpopup_item_append(ctxpopup, "Navigate to folder", ic, NULL, NULL);
-elm_ctxpopup_item_disabled_set(it, EINA_TRUE);
+elm_object_item_disabled_set(it, EINA_TRUE);
evas_object_size_hint_weight_set(ctxpopup, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_move(ctxpopup, 0, 0);