tasn pushed a commit to branch master. http://git.enlightenment.org/bindings/cxx/eflxx.git/commit/?id=a09d52a0067cfd0c791627cb355557e3d57ccbd7
commit a09d52a0067cfd0c791627cb355557e3d57ccbd7 Author: Andreas Volz <[email protected]> Date: Sat Mar 10 09:15:47 2012 +0000 - compile again after API change => TODO FIXME correct SVN revision: 69165 --- eflxx_examples/src/elementaryxx/full/test_genlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eflxx_examples/src/elementaryxx/full/test_genlist.cpp b/eflxx_examples/src/elementaryxx/full/test_genlist.cpp index 0ad44c1..410a8e3 100644 --- a/eflxx_examples/src/elementaryxx/full/test_genlist.cpp +++ b/eflxx_examples/src/elementaryxx/full/test_genlist.cpp @@ -341,7 +341,7 @@ static void my_gl_last (Evasxx::Object &obj, void *event_info, GenList *gl) static Eina_Bool my_gl_flush_delay (void *data) { - Elmxx::Application::flushAll (); + //Elmxx::Application::flushAll (); return 0; } --
