Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_file_dialog.c Log Message: Remove unnecessary char * cast. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_file_dialog.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- e_file_dialog.c 14 Aug 2006 15:22:44 -0000 1.14 +++ e_file_dialog.c 21 Aug 2006 15:35:17 -0000 1.15 @@ -83,7 +83,7 @@ EAPI void e_file_dialog_title_set(E_File_Dialog *dia, const char *title) { - e_dialog_title_set(dia->dia, (char *)title); + e_dialog_title_set(dia->dia, title); } EAPI void ------------------------------------------------------------------------- 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