read external editors from .desktop files
[geeqie.git] / src / collect.c
index a3be433..d3708d5 100644 (file)
@@ -947,14 +947,14 @@ static gint collection_window_keypress(GtkWidget *widget, GdkEventKey *event, gp
                                break;
                        }
                }
-
+#if 0
        if (edit_val != -1)
                {
                list = collection_table_selection_get_list(cw->table);
                file_util_start_editor_from_filelist(edit_val, list, cw->window);
                filelist_free(list);
                }
-
+#endif
        return stop_signal;
 }