Mercurial > geeqie
diff src/collect-table.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 | 760f585d9fa0 |
children | 349ebc02b8e2 |
line wrap: on
line diff
--- a/src/collect-table.c Thu Jun 18 20:46:33 2009 +0000 +++ b/src/collect-table.c Fri Jun 19 22:34:52 2009 +0000 @@ -666,7 +666,7 @@ list = collection_table_popup_file_list(ct); if (list) { - file_util_start_editor_from_filelist(key, list, ct->listview); + file_util_start_editor_from_filelist(key, list, NULL, ct->listview); filelist_free(list); } }