Enlightenment CVS committal Author : stffrdhrn Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fileman_smart.c Log Message: EFM Memory Management - Make a copy, now freeing the e_fm_file list should be a bit more safe. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_fileman_smart.c,v retrieving revision 1.133 retrieving revision 1.134 diff -u -3 -r1.133 -r1.134 --- e_fileman_smart.c 16 Feb 2006 17:06:37 -0000 1.133 +++ e_fileman_smart.c 16 Feb 2006 22:04:16 -0000 1.134 @@ -2168,7 +2168,7 @@ _e_fm_selections_clear(icon->sd); _e_fm_selections_add(icon, evas_list_find_list(icon->sd->icons, icon)); icon->sd->operation.hover = NULL; - icon->sd->operation.files = evas_list_append(icon->sd->operation.files, icon->file); + icon->sd->operation.files = evas_list_append(icon->sd->operation.files, e_fm_file_new(icon->file->path)); icon->sd->operation.mime = icon->file->mime; e_fm_mime_action_default_call(icon->sd); } ------------------------------------------------------- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs