libgimpwidgets: show help buttons in dialogs again

GimpDialog's "help-id" property didn't have G_PARAM_CONSTRUCT.

Broken since commit a940300525.
This commit is contained in:
Michael Natterer 2017-02-12 16:31:23 +01:00
parent 801bd8fb3f
commit b119fc995a
1 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,8 @@ gimp_dialog_class_init (GimpDialogClass *klass)
g_object_class_install_property (object_class, PROP_HELP_ID,
g_param_spec_string ("help-id", NULL, NULL,
NULL,
GIMP_PARAM_READWRITE));
GIMP_PARAM_READWRITE |
G_PARAM_CONSTRUCT));
/**
* GimpDialog:parent: