comparison 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
comparison
equal deleted inserted replaced
1396:58f0b4586c8c 1397:a0bd58a6535f
225 225
226 PanItem *click_pi; 226 PanItem *click_pi;
227 PanItem *search_pi; 227 PanItem *search_pi;
228 228
229 gint idle_id; 229 gint idle_id;
230
231 /* file list for edit menu */
232 GList *editmenu_fd_list;
230 }; 233 };
231 234
232 typedef struct _PanGrid PanGrid; 235 typedef struct _PanGrid PanGrid;
233 struct _PanGrid { 236 struct _PanGrid {
234 gint x; 237 gint x;