Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests Modified Files: ewl_io_manager.c Log Message: - add an io image plugin - yes i know the extenstion to mime type is a hack. it'll get fixed later - the io manager test can now do text or png/jpg (without having to change the test code =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_io_manager.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_io_manager.c 14 Sep 2006 06:02:41 -0000 1.3 +++ ewl_io_manager.c 14 Sep 2006 15:10:24 -0000 1.4 @@ -43,8 +43,6 @@ ewl_widget_show(o2); o = ewl_scrollpane_new(); - ewl_scrollpane_hscrollbar_flag_set(EWL_SCROLLPANE(o), - EWL_SCROLLPANE_FLAG_ALWAYS_HIDDEN); ewl_container_child_append(box, o); ewl_widget_name_set(o, "scroll"); ewl_widget_show(o); @@ -95,7 +93,7 @@ t = ewl_io_manager_uri_read(path); if (!t) { - printf("Unable to create text widget from file (%s)\n", path); + printf("Unable to create widget from file (%s)\n", path); return; } ewl_container_child_append(EWL_CONTAINER(scroll), t); ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs