diff src/collect.c @ 753:477f48ba28d8

rewritten utilops.h: - better integration of external commands - filter commands
author nadvornik
date Sat, 24 May 2008 22:44:18 +0000
parents a1dcef8cd1ae
children 548b193c084c
line wrap: on
line diff
--- a/src/collect.c	Sat May 24 20:01:59 2008 +0000
+++ b/src/collect.c	Sat May 24 22:44:18 2008 +0000
@@ -961,7 +961,7 @@
 	if (edit_val != -1)
 		{
 		list = collection_table_selection_get_list(cw->table);
-		start_editor_from_filelist(edit_val, list);
+		file_util_start_editor_from_filelist(edit_val, list, cw->window);
 		filelist_free(list);
 		}