diff src/typedefs.h @ 1463:25168240a247

added function to reload external editors at any time eliminated init_after_global_options()
author nadvornik
date Fri, 20 Mar 2009 09:46:35 +0000
parents bc3f5c0432f6
children 6e020d3ab168
line wrap: on
line diff
--- a/src/typedefs.h	Thu Mar 19 22:58:28 2009 +0000
+++ b/src/typedefs.h	Fri Mar 20 09:46:35 2009 +0000
@@ -547,7 +547,8 @@
 	/* menus, path selector */
 
 	GtkActionGroup *action_group;
-	GtkActionGroup *action_group_external;
+	GtkActionGroup *action_group_editors;
+	guint ui_editors_id;
 	GtkUIManager *ui_manager;
 	guint toolbar_merge_id;
 	GList *toolbar_actions;