Good catch. Thanks for the fix. I tested that after removing elm_access header from /usr/local/include/elementary-1, how did it work for me? :(
Daniel Juyung Seo (SeoZ) On Sat, Nov 2, 2013 at 10:48 AM, Carsten Haitzler <ras...@rasterman.com>wrote: > raster pushed a commit to branch master. > > > http://git.enlightenment.org/core/elementary.git/commit/?id=d8b3cdb28f5334f9429959109af4b960bf414097 > > commit d8b3cdb28f5334f9429959109af4b960bf414097 > Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> > Date: Sat Nov 2 10:48:12 2013 +0900 > > elm access - if we disable apis then disable the tests too - unbreak > build > --- > src/bin/test.c | 14 +++++++------- > src/bin/test_access.c | 3 +++ > 2 files changed, 10 insertions(+), 7 deletions(-) > > diff --git a/src/bin/test.c b/src/bin/test.c > index 963f386..4a8f472 100755 > --- a/src/bin/test.c > +++ b/src/bin/test.c > @@ -10,9 +10,9 @@ > int _log_domain = -1; > > /* all tests prototypes */ > -void test_access(void *data, Evas_Object *obj, void *event_info); > -void test_access2(void *data, Evas_Object *obj, void *event_info); > -void test_access3(void *data, Evas_Object *obj, void *event_info); > +//void test_access(void *data, Evas_Object *obj, void *event_info); > +//void test_access2(void *data, Evas_Object *obj, void *event_info); > +//void test_access3(void *data, Evas_Object *obj, void *event_info); > void test_bg_plain(void *data, Evas_Object *obj, void *event_info); > void test_bg_image(void *data, Evas_Object *obj, void *event_info); > void test_bg_options(void *data, Evas_Object *obj, void *event_info); > @@ -458,7 +458,7 @@ my_win_main(const char *autorun, Eina_Bool > test_win_only) > evas_object_show(lb); > > /* This label will not be read out */ > - elm_access_object_unregister(lb); > +// elm_access_object_unregister(lb); > > tg = elm_check_add(win); > elm_object_style_set(tg, "toggle"); > @@ -802,9 +802,9 @@ add_tests: > ADD_TEST(NULL, "Miscellaneous", "Icon Desktops", test_icon_desktops); > ADD_TEST(NULL, "Miscellaneous", "Floating Objects", test_floating); > ADD_TEST(NULL, "Miscellaneous", "Configuration", test_config); > - ADD_TEST(NULL, "Miscellaneous", "Accessibility", test_access); > - ADD_TEST(NULL, "Miscellaneous", "Accessibility2", test_access2); > - ADD_TEST(NULL, "Miscellaneous", "Accessibility3", test_access3); > +// ADD_TEST(NULL, "Miscellaneous", "Accessibility", test_access); > +// ADD_TEST(NULL, "Miscellaneous", "Accessibility2", test_access2); > +// ADD_TEST(NULL, "Miscellaneous", "Accessibility3", test_access3); > > //------------------------------// > ADD_TEST(NULL, "Application client/server", "Task switcher", > test_task_switcher); > diff --git a/src/bin/test_access.c b/src/bin/test_access.c > index 82c44cb..b0753ad 100644 > --- a/src/bin/test_access.c > +++ b/src/bin/test_access.c > @@ -4,6 +4,7 @@ > #include <Elementary.h> > #ifndef ELM_LIB_QUICKLAUNCH > > +#if 0 > static void > _cleanup_cb(void *data EINA_UNUSED, Evas *e EINA_UNUSED, Evas_Object *obj > EINA_UNUSED, void *event_info EINA_UNUSED) > { > @@ -401,3 +402,5 @@ test_access3(void *data EINA_UNUSED, Evas_Object *obj > EINA_UNUSED, void *event_i > evas_object_show(win); > } > #endif > + > +#endif > > -- > > > ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel