Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_wallpaper_import.c Log Message: Remove cast =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_wallpaper_import.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- e_int_config_wallpaper_import.c 20 Aug 2006 22:51:12 -0000 1.15 +++ e_int_config_wallpaper_import.c 21 Aug 2006 15:37:58 -0000 1.16 @@ -276,10 +276,10 @@ if ((fdev) || (fpath)) { if (e_config->wallpaper_import_last_dev) evas_stringshare_del(e_config->wallpaper_import_last_dev); - if (fdev) e_config->wallpaper_import_last_dev = (char *)evas_stringshare_add(fdev); + if (fdev) e_config->wallpaper_import_last_dev = evas_stringshare_add(fdev); else e_config->wallpaper_import_last_dev = NULL; if (e_config->wallpaper_import_last_path) evas_stringshare_del(e_config->wallpaper_import_last_path); - if (fpath) e_config->wallpaper_import_last_path = (char *)evas_stringshare_add(fpath); + if (fpath) e_config->wallpaper_import_last_path = evas_stringshare_add(fpath); else e_config->wallpaper_import_last_path = NULL; e_config_save_queue(); } ------------------------------------------------------------------------- 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