diff src/pan-types.h @ 1698:bfe04f01de5e

fixed destroying of menu data Make sure that menu destroy functions do not access parent widget structures that are already destroyed There are 2 ways to achieve this: - use g_signal_handlers_disconnect_matched() like in vf_destroy_cb() - use separate data structure passed to *_popup_menu_destroy_cb() like in img-view.
author nadvornik
date Tue, 21 Jul 2009 14:17:01 +0000
parents 24a12aa0cb54
children 956aab097ea7
line wrap: on
line diff
--- a/src/pan-types.h	Sat Jul 18 08:16:54 2009 +0000
+++ b/src/pan-types.h	Tue Jul 21 14:17:01 2009 +0000
@@ -225,9 +225,6 @@
 	PanItem *search_pi;
 
 	gint idle_id;
-	
-	/* file list for edit menu */
-	GList *editmenu_fd_list;
 };
 
 typedef struct _PanGrid PanGrid;