diff src/typedefs.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 3c9abbc05792
children 03384485676d
line wrap: on
line diff
--- a/src/typedefs.h	Sun Mar 08 12:42:23 2009 +0000
+++ b/src/typedefs.h	Sun Mar 08 13:23:25 2009 +0000
@@ -340,6 +340,9 @@
 	gint drop_idle_id;
 
 	gint show_text;
+
+	/* file list for edit menu */
+	GList *editmenu_fd_list;
 };
 
 struct _CollectWindow
@@ -655,6 +658,9 @@
 //	gint bar_width;
 
 	GtkWidget *exif_window;
+
+	/* file list for edit menu */
+	GList *editmenu_fd_list;
 };
 
 struct _ViewDir
@@ -739,6 +745,9 @@
 	
 	/* refresh */
 	gint refresh_idle_id;
+
+	/* file list for edit menu */
+	GList *editmenu_fd_list;
 };
 
 struct _ViewFileInfoList