diff options
Diffstat (limited to 'plugins/gtk+/glade-button-editor.c')
-rw-r--r-- | plugins/gtk+/glade-button-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/glade-button-editor.c b/plugins/gtk+/glade-button-editor.c index 06d7da7f..17cb50d7 100644 --- a/plugins/gtk+/glade-button-editor.c +++ b/plugins/gtk+/glade-button-editor.c @@ -223,7 +223,7 @@ standard_toggled (GtkWidget *widget, GladeProperty *property; GladeWidget *gchild = NULL; GtkWidget *child, *button; - GValue value; + GValue value = { 0, }; gboolean use_appearance = FALSE; if (button_editor->loading || !button_editor->loaded_widget) |