diff src/pan-types.h @ 1397:a0bd58a6535f

In various Edit context menus, only display editors that match the file types in the selection.
author zas_
date Sun, 08 Mar 2009 13:23:25 +0000
parents 8b89e3ff286b
children b106af9689db
line wrap: on
line diff
--- a/src/pan-types.h	Sun Mar 08 12:42:23 2009 +0000
+++ b/src/pan-types.h	Sun Mar 08 13:23:25 2009 +0000
@@ -227,6 +227,9 @@
 	PanItem *search_pi;
 
 	gint idle_id;
+	
+	/* file list for edit menu */
+	GList *editmenu_fd_list;
 };
 
 typedef struct _PanGrid PanGrid;