elm: Applied icon/image API changes.
[framework/uifw/elementary.git] / src / bin / test_ctxpopup.c
index 0fdc34a..4adf964 100644 (file)
@@ -81,7 +81,7 @@ _ctxpopup_item_cb(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *even
      {                                                                          \
         ic = elm_icon_add(obj);                                                 \
         elm_icon_standard_set(ic, _icon);                                       \
-        elm_icon_scale_set(ic, EINA_FALSE, EINA_FALSE);                         \
+        elm_icon_resizable_set(ic, EINA_FALSE, EINA_FALSE);                         \
      }                                                                          \
    else                                                                         \
       ic = NULL;                                                                \