mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
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:
parent
cb1f3b297c
commit
a7bc5f07f2
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ gimp_resource_chooser_set_property (GObject *object,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case PROP_RESOURCE:
|
case PROP_RESOURCE:
|
||||||
priv->resource = g_value_get_object (gvalue);
|
gimp_resource_chooser_set_resource (self, g_value_get_object (gvalue));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue