summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-activatable-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtk+/glade-activatable-editor.c')
-rw-r--r--plugins/gtk+/glade-activatable-editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtk+/glade-activatable-editor.c b/plugins/gtk+/glade-activatable-editor.c
index a8d5cfc0..64446e77 100644
--- a/plugins/gtk+/glade-activatable-editor.c
+++ b/plugins/gtk+/glade-activatable-editor.c
@@ -137,6 +137,7 @@ reset_property (GladeWidget * gwidget, const gchar * property_name)
if ((property = glade_widget_get_property (gwidget, property_name)) != NULL)
{
+ glade_property_invalidate (property);
glade_property_get_default (property, &value);
glade_command_set_property_value (property, &value);
g_value_unset (&value);