fixed plugin image size problem
[framework/uifw/elementary.git] / doc / widgets / widget_preview_panel.c
index 8ae9e24..f1cc4c2 100644 (file)
@@ -9,7 +9,7 @@ Evas_Object *o2 = elm_label_add(win);
 elm_object_text_set(o2, "content");
 evas_object_show(o2);
 
-elm_panel_content_set(o, o2);
+elm_object_content_set(o, o2);
 
 
 #include "widget_preview_tmpl_foot.c"