diff src/dupe.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 3a9fb1b52559
line wrap: on
line diff
--- a/src/dupe.h	Sun Mar 08 12:42:23 2009 +0000
+++ b/src/dupe.h	Sun Mar 08 13:23:25 2009 +0000
@@ -109,6 +109,10 @@
 	GtkWidget *second_status_label;
 
 	gint color_frozen;
+	
+	/* file list for edit menu */
+	GList *editmenu_fd_list;
+
 };