comparison src/dupe.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 fbebf5cf4a55
children 44128da39e13
comparison
equal deleted inserted replaced
752:85c9412d77d2 753:477f48ba28d8
2051 { 2051 {
2052 GList *list; 2052 GList *list;
2053 2053
2054 list = dupe_listview_get_selection(dw, dw->listview); 2054 list = dupe_listview_get_selection(dw, dw->listview);
2055 2055
2056 start_editor_from_filelist(n, list); 2056 file_util_start_editor_from_filelist(n, list, dw->window);
2057 2057
2058 filelist_free(list); 2058 filelist_free(list);
2059 } 2059 }
2060 2060
2061 static void dupe_window_collection_from_selection(DupeWindow *dw) 2061 static void dupe_window_collection_from_selection(DupeWindow *dw)