diff src/collect.c @ 1656:349ebc02b8e2

fixed leak in file_util_* functions - file_util_* are changed to take over the filelist and free it when done - make sure that these functions are called correctly
author nadvornik
date Sat, 20 Jun 2009 18:42:23 +0000
parents b1e622788c4a
children 956aab097ea7
line wrap: on
line diff
--- a/src/collect.c	Sat Jun 20 16:46:32 2009 +0000
+++ b/src/collect.c	Sat Jun 20 18:42:23 2009 +0000
@@ -968,14 +968,6 @@
 				break;
 			}
 		}
-#if 0
-	if (edit_val != -1)
-		{
-		list = collection_table_selection_get_list(cw->table);
-		file_util_start_editor_from_filelist(edit_val, list, cw->window);
-		filelist_free(list);
-		}
-#endif
 	return stop_signal;
 }