summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Washington <denisw@src.gnome.org>2011-07-22 17:23:28 +0200
committerDenis Washington <denisw@src.gnome.org>2011-07-22 17:23:28 +0200
commit2a7e6bce06b349eac74255cb032530e996648ba8 (patch)
treeadf2f7e6a5fd3465893d63956335584821c88fc6
parent637de61c327a7e7a91237dcd2f463c9c0d41436c (diff)
downloadglade-2a7e6bce06b349eac74255cb032530e996648ba8.tar.gz
glade_eprop_property_finalized(): Set binding_id to 0 like the other signal handler variables
-rw-r--r--gladeui/glade-editor-property.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gladeui/glade-editor-property.c b/gladeui/glade-editor-property.c
index 6a21af18..f37f8aee 100644
--- a/gladeui/glade-editor-property.c
+++ b/gladeui/glade-editor-property.c
@@ -783,6 +783,7 @@ glade_eprop_property_finalized (GladeEditorProperty * eprop,
eprop->priv->changed_id = 0;
eprop->priv->enabled_id = 0;
eprop->priv->state_id = 0;
+ eprop->priv->binding_id = 0;
eprop->priv->property = NULL;
glade_editor_property_load (eprop, NULL);