In various Edit context menus, only display editors that match the file types in...
[geeqie.git] / src / pan-types.h
index 0965f66..ba43f94 100644 (file)
@@ -227,6 +227,9 @@ struct _PanWindow
        PanItem *search_pi;
 
        gint idle_id;
+       
+       /* file list for edit menu */
+       GList *editmenu_fd_list;
 };
 
 typedef struct _PanGrid PanGrid;