After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 466382 - Menu entry Filters/Selection is not translated
Menu entry Filters/Selection is not translated
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Script-Fu
git master
Other All
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2007-08-13 21:27 UTC by Ulf-D. Ehlert
Modified: 2007-08-14 22:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to remove fade-outline from the menus (2.05 KB, patch)
2007-08-14 10:57 UTC, Sven Neumann
none Details | Review

Description Ulf-D. Ehlert 2007-08-13 21:27:56 UTC
A patch which fixes this bug:

--- plug-ins/script-fu/script-fu.c      (Revision 23226)
+++ plug-ins/script-fu/script-fu.c      (Arbeitskopie)
@@ -342,6 +342,8 @@
                                     N_("En_hance"));
   gimp_plugin_menu_branch_register ("<Image>/Filters",
                                     N_("_Light and Shadow"));
+  gimp_plugin_menu_branch_register ("<Image>/Filters",
+                                    N_("_Selection"));
   gimp_plugin_menu_branch_register ("<Image>/Filters/Light and Shadow",
                                     N_("S_hadow"));
   gimp_plugin_menu_branch_register ("<Image>/Filters",
Comment 1 Sven Neumann 2007-08-13 22:56:21 UTC
Actually, I'd rather say that the Fade to Layer Mask script is registered in the wrong menu location. There shouldn't be a Selection submenu with just a single item. We should sort that out before 2.4.
Comment 2 Sven Neumann 2007-08-14 10:51:32 UTC
IMO we should simply remove the script from the menus. The functionality that it does provide can easily be achieved by feathering the selection and transferring the selection to the layer mask.
Comment 3 Sven Neumann 2007-08-14 10:57:32 UTC
Created attachment 93638 [details] [review]
patch to remove fade-outline from the menus
Comment 4 Raphaël Quinet 2007-08-14 13:04:12 UTC
Does it really make sense to still install the script but remove all translations and prevent it from registering in the menus?  If that script is not needed anymore and if it is not referenced by other scripts (rather unlikely), we could as well remove that script completely.
Comment 5 Sven Neumann 2007-08-14 22:42:14 UTC
Let's do that then.

2007-08-15  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/Makefile.am
	* plug-ins/script-fu/scripts/fade-outline.scm: removed
	fade-outline script. Fixes bug #466382.