diff src/dupe.c @ 1652:58a5d1e01e33

run external commands from current directory even with no files
author nadvornik
date Fri, 19 Jun 2009 22:34:52 +0000
parents 24a12aa0cb54
children 349ebc02b8e2
line wrap: on
line diff
--- a/src/dupe.c	Thu Jun 18 20:46:33 2009 +0000
+++ b/src/dupe.c	Fri Jun 19 22:34:52 2009 +0000
@@ -2046,7 +2046,7 @@
 
 	list = dupe_listview_get_selection(dw, dw->listview);
 
-	file_util_start_editor_from_filelist(key, list, dw->window);
+	file_util_start_editor_from_filelist(key, list, NULL, dw->window);
 
 	filelist_free(list);
 }