Enlightenment CVS committal Author : devilhorns Project : e_modules Module : screenshot
Dir : e_modules/screenshot Modified Files: e_mod_main.c Log Message: Evas Stringshare Fix =================================================================== RCS file: /cvsroot/enlightenment/e_modules/screenshot/e_mod_main.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_mod_main.c 16 Dec 2005 01:07:33 -0000 1.1 +++ e_mod_main.c 16 Dec 2005 01:13:30 -0000 1.2 @@ -151,7 +151,7 @@ # endif #endif e->conf->location = (char *)evas_stringshare_add(e_user_homedir_get()); - e->conf->filename = NULL; + e->conf->filename = (char *)evas_stringshare_add(""); #ifdef HAVE_IMPORT e->conf->import.use_img_border = 1; e->conf->import.use_dither = 1; ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs