gimp r27147 - in trunk: . app/plug-in



Author: mitch
Date: Mon Oct  6 20:35:41 2008
New Revision: 27147
URL: http://svn.gnome.org/viewvc/gimp?rev=27147&view=rev

Log:
2008-10-06  Michael Natterer  <mitch gimp org>

	* app/plug-in/plug-in-menu-path.c (menu_path_mappings): add a
	fallback mapping from <Toolbox> to <Image> so we catch really
	everything that wants to go to <Toolbox>.



Modified:
   trunk/ChangeLog
   trunk/app/plug-in/plug-in-menu-path.c

Modified: trunk/app/plug-in/plug-in-menu-path.c
==============================================================================
--- trunk/app/plug-in/plug-in-menu-path.c	(original)
+++ trunk/app/plug-in/plug-in-menu-path.c	Mon Oct  6 20:35:41 2008
@@ -62,6 +62,7 @@
   { "<Toolbox>/Help",                 NULL, "<Image>/Help"                        },
 
   { "<Toolbox>/File/Acquire",         NULL, "<Image>/File/Create/Acquire"         },
+  { "<Toolbox>",                      NULL, "<Image>"                             },
   { "<Image>/File/Acquire",           NULL, "<Image>/File/Create/Acquire"         },
   { "<Image>/File/New",               NULL, "<Image>/File/Create"                 },
   { NULL, NULL, NULL                                                              }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]