gtksettings: notify after property reset

This commit is contained in:
Alberts Muktupāvels 2015-12-23 05:30:11 +02:00
parent ef71eabfc5
commit 8ffa8b3a49

View File

@ -3426,4 +3426,5 @@ gtk_settings_reset_property (GtkSettings *settings,
g_param_value_set_default (pspec, &priv->property_values[pspec->param_id - 1].value);
priv->property_values[pspec->param_id - 1].source = GTK_SETTINGS_SOURCE_DEFAULT;
g_object_notify_by_pspec (G_OBJECT (settings), pspec);
}