summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-03-03 20:21:17 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-03-03 20:21:17 +0900
commit021c74d7704741041333901c4b37d2a5408ea015 (patch)
tree4c90f5f79e56ade08ef1ecf05d4e977d233e9f16 /doc
parentf46afbcbdf1380e93c4e1e092b8f06b4c743e6db (diff)
downloadefl-021c74d7704741041333901c4b37d2a5408ea015.tar.gz
Doc: Fix compilation after massive eo_do patch
Diffstat (limited to 'doc')
-rw-r--r--doc/previews/preview_text_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/previews/preview_text_filter.c b/doc/previews/preview_text_filter.c
index fa3b26e461..1c6e0e3ced 100644
--- a/doc/previews/preview_text_filter.c
+++ b/doc/previews/preview_text_filter.c
@@ -108,7 +108,7 @@ main(int argc, char **argv)
evas_object_color_set(o, 255, 255, 255, 255);
evas_object_show(o);
- eo_do(o, efl_gfx_filter_program_set(filter, wpd.file));
+ efl_gfx_filter_program_set(o, filter, wpd.file);
ecore_evas_manual_render(wpd.ee);
evas_object_geometry_get(o, NULL, NULL, &w, &h);