run external commands from current directory even with no files
[geeqie.git] / src / collect-table.c
index ed47dc8..f7ef691 100644 (file)
@@ -666,7 +666,7 @@ static void collection_table_popup_edit_cb(GtkWidget *widget, gpointer data)
        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);
                }
 }