add a fallback mapping from <Toolbox> to <Image> so we catch really

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>.


svn path=/trunk/; revision=27147
This commit is contained in:
Michael Natterer 2008-10-06 20:35:41 +00:00 committed by Michael Natterer
parent c3d9aec546
commit 6f1b06e065
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
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>.
2008-10-06 Michael Natterer <mitch@gimp.org>
* app/core/gimpcontext.c (gimp_context_real_set_display): paranoia

View File

@ -62,6 +62,7 @@ static const MenuPathMapping menu_path_mappings[] =
{ "<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 }