jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=021c74d7704741041333901c4b37d2a5408ea015

commit 021c74d7704741041333901c4b37d2a5408ea015
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Thu Mar 3 20:21:17 2016 +0900

    Doc: Fix compilation after massive eo_do patch
---
 doc/previews/preview_text_filter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/previews/preview_text_filter.c 
b/doc/previews/preview_text_filter.c
index fa3b26e..1c6e0e3 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);

-- 


Reply via email to