comparison 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
comparison
equal deleted inserted replaced
1651:8966e72ae99a 1652:58a5d1e01e33
2044 { 2044 {
2045 GList *list; 2045 GList *list;
2046 2046
2047 list = dupe_listview_get_selection(dw, dw->listview); 2047 list = dupe_listview_get_selection(dw, dw->listview);
2048 2048
2049 file_util_start_editor_from_filelist(key, list, dw->window); 2049 file_util_start_editor_from_filelist(key, list, NULL, dw->window);
2050 2050
2051 filelist_free(list); 2051 filelist_free(list);
2052 } 2052 }
2053 2053
2054 static void dupe_window_collection_from_selection(DupeWindow *dw) 2054 static void dupe_window_collection_from_selection(DupeWindow *dw)