diff src/layout_util.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 8a743884483b
children d6a7fb4b8e7c
line wrap: on
line diff
--- a/src/layout_util.c	Sat May 24 20:01:59 2008 +0000
+++ b/src/layout_util.c	Sat May 24 22:44:18 2008 +0000
@@ -857,7 +857,7 @@
 		layout_image_full_screen_stop(lw);
 		}
 	list = layout_selection_list(lw);
-	start_editor_from_filelist(n, list);
+	file_util_start_editor_from_filelist(n, list, lw->window);
 	filelist_free(list);
 }