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 a couple more filters

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_io_manager.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_io_manager.c    14 Sep 2006 15:10:24 -0000      1.4
+++ ewl_io_manager.c    14 Sep 2006 15:14:37 -0000      1.5
@@ -57,6 +57,8 @@
 
        fd = ewl_filedialog_new();
        ewl_filedialog_filter_add(EWL_FILEDIALOG(fd), "txt", "*.txt");
+       ewl_filedialog_filter_add(EWL_FILEDIALOG(fd), "png", "*.png");
+       ewl_filedialog_filter_add(EWL_FILEDIALOG(fd), "jpg", "*.jpg");
        ewl_callback_append(fd, EWL_CALLBACK_DELETE_WINDOW, cb_fd_delete, NULL);
        ewl_callback_append(fd, EWL_CALLBACK_VALUE_CHANGED, cb_open, NULL);
        ewl_widget_show(fd);



-------------------------------------------------------------------------
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

Reply via email to