set the help_func again (but not the help_id).

2004-10-04  Sven Neumann  <sven@gimp.org>

        * plug-ins/script-fu/script-fu-interface.c (script_fu_about): set
        the help_func again (but not the help_id).
This commit is contained in:
Sven Neumann
2004-10-04 15:33:28 +00:00
committed by Sven Neumann
parent 6a5b30156c
commit 4872d236ca
2 changed files with 7 additions and 2 deletions

View File

@ -977,7 +977,7 @@ script_fu_about (SFScript *script)
sf_interface->about_dialog = dialog =
gimp_dialog_new (sf_interface->title, "script-fu-about",
sf_interface->dialog, 0,
NULL, NULL,
gimp_standard_help_func, NULL,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,