elementary/bubble - applied missed content_set/get/unset APIs
[framework/uifw/elementary.git] / doc / widgets / widget_preview_check2.c
index 84e4c66..d62cc3b 100644 (file)
@@ -9,7 +9,7 @@ elm_object_text_set(o, "Check");
 
 Evas_Object *o2 = elm_icon_add(win);
 elm_icon_standard_set(o2, "home");
-elm_check_icon_set(o, o2);
+elm_object_content_set(o, o2);
 evas_object_show(o2);
 
 #include "widget_preview_tmpl_foot.c"