comparison 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
comparison
equal deleted inserted replaced
1396:58f0b4586c8c 1397:a0bd58a6535f
107 GtkWidget *second_vbox; /* box of second widgets */ 107 GtkWidget *second_vbox; /* box of second widgets */
108 GtkWidget *second_listview; 108 GtkWidget *second_listview;
109 GtkWidget *second_status_label; 109 GtkWidget *second_status_label;
110 110
111 gint color_frozen; 111 gint color_frozen;
112
113 /* file list for edit menu */
114 GList *editmenu_fd_list;
115
112 }; 116 };
113 117
114 118
115 DupeWindow *dupe_window_new(DupeMatchType match_mask); 119 DupeWindow *dupe_window_new(DupeMatchType match_mask);
116 120