GNOME Bugzilla – Bug 317339
"Help" button doesn't disappear in Script-Fu dialogs
Last modified: 2005-09-27 15:29:46 UTC
Distribution/Version: Ubuntu Breezy If I disable showing "Help" button in "Preferences" dialog, this button still shows up in all Script-Fu dialogs. Native (written in C) plugin dialogs and other written in C dialogs do not have it.
Confirmed with CVS HEAD.
The Help button in the Script-Fu dialog is actually an About button. The behaviour you describe is intentional. Perhaps we should relabel it again and have it say "About" ?
Yes, relabelling would eliminate this confusion. And an option in Preferences dialog to disable this button would be welcome as well ;)
2005-09-27 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_interface): use GTK_STOCK_ABOUT for the About button (bug #317339).