renamed action "selection-editor-popup" to "selection-popup". Fixes bug

2007-07-08  Michael Natterer  <mitch@gimp.org>

	* app/actions/select-actions.c (select_actions): renamed action
	"selection-editor-popup" to "selection-popup". Fixes bug #454364.

	* app/widgets/gimpdockable.c (gimp_dockable_show_menu): warn when
	above bug happens instead of failing silently.


svn path=/trunk/; revision=22894
This commit is contained in:
Michael Natterer
2007-07-08 12:23:44 +00:00
committed by Michael Natterer
parent 7b19c74d10
commit 78be6549f1
3 changed files with 22 additions and 3 deletions

View File

@ -40,7 +40,7 @@
static const GimpActionEntry select_actions[] =
{
{ "selection-editor-popup", GIMP_STOCK_TOOL_RECT_SELECT,
{ "selection-popup", GIMP_STOCK_TOOL_RECT_SELECT,
N_("Selection Editor Menu"), NULL, NULL, NULL,
GIMP_HELP_SELECTION_DIALOG },