comparison 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
comparison
equal deleted inserted replaced
752:85c9412d77d2 753:477f48ba28d8
959 } 959 }
960 960
961 if (edit_val != -1) 961 if (edit_val != -1)
962 { 962 {
963 list = collection_table_selection_get_list(cw->table); 963 list = collection_table_selection_get_list(cw->table);
964 start_editor_from_filelist(edit_val, list); 964 file_util_start_editor_from_filelist(edit_val, list, cw->window);
965 filelist_free(list); 965 filelist_free(list);
966 } 966 }
967 967
968 return stop_signal; 968 return stop_signal;
969 } 969 }