libgimp: fix updating GimpResourceChooser's GUI when update comes from…

… a change in the config object (in the propwidget case).
This commit is contained in:
Jehan 2024-09-03 13:31:58 +02:00
parent cb1f3b297c
commit a7bc5f07f2
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ gimp_resource_chooser_set_property (GObject *object,
break;
case PROP_RESOURCE:
priv->resource = g_value_get_object (gvalue);
gimp_resource_chooser_set_resource (self, g_value_get_object (gvalue));
break;
default: