[glade/gbinding: 38/60] glade_eprop_property_finalized(): Set binding_id to 0 like the other signal handler variables



commit 8ef51fe088893d99f740119b8126d0020ecbc78d
Author: Denis Washington <denisw src gnome org>
Date:   Fri Jul 22 17:23:28 2011 +0200

    glade_eprop_property_finalized(): Set binding_id to 0 like the other signal handler variables

 gladeui/glade-editor-property.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gladeui/glade-editor-property.c b/gladeui/glade-editor-property.c
index 082b4ac..19dfad3 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]