Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/io_manager


Modified Files:
        ewl_io_manager.c 


Log Message:
- API break
- Remove Ewl_Dialog_Event, Ewl_Filepicker_Event and Ewl_Filelist_Event and
  make them all use the generic Ewl_Event_Action_Response event structure

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/io_manager/ewl_io_manager.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_io_manager.c    4 Jan 2007 05:09:42 -0000       1.3
+++ ewl_io_manager.c    3 Mar 2007 02:26:45 -0000       1.4
@@ -64,7 +64,7 @@
 static void
 cb_open(Ewl_Widget *w, void *ev, void *data __UNUSED__)
 {
-       Ewl_Dialog_Event *e;
+       Ewl_Event_Action_Response *e;
        Ewl_Filedialog *fd;
        Ewl_Widget *scroll, *t;
        char *s, path[1024];



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to