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 317339 - "Help" button doesn't disappear in Script-Fu dialogs
"Help" button doesn't disappear in Script-Fu dialogs
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Script-Fu
git master
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-09-27 13:45 UTC by Alexandre Prokoudine
Modified: 2005-09-27 15:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Prokoudine 2005-09-27 13:45:09 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.
Comment 1 Michael Natterer 2005-09-27 14:50:04 UTC
Confirmed with CVS HEAD.
Comment 2 Sven Neumann 2005-09-27 15:18:12 UTC
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" ?
Comment 3 Alexandre Prokoudine 2005-09-27 15:20:23 UTC
Yes, relabelling would eliminate this confusion. And an option in Preferences
dialog to disable this button would be welcome as well ;)
Comment 4 Sven Neumann 2005-09-27 15:29:46 UTC
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).