[glade] Fixup GladePropertyShell



commit 5ec4148fc2bbb8634fb9aad9cc4177e41740b3a4
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sat Apr 13 17:30:35 2013 +0900

    Fixup GladePropertyShell

 gladeui/glade-property-shell.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gladeui/glade-property-shell.c b/gladeui/glade-property-shell.c
index a446d83..b491fa2 100644
--- a/gladeui/glade-property-shell.c
+++ b/gladeui/glade-property-shell.c
@@ -99,7 +99,7 @@ glade_property_shell_class_init (GladePropertyShellClass *class)
       (gobject_class, PROP_USE_COMMAND,
        g_param_spec_boolean ("use-command", _("Use Command"),
                             _("Whether to use the GladeCommand API when modifying properties"),
-                            FALSE, G_PARAM_READWRITE));
+                            TRUE, G_PARAM_READWRITE));
 
   g_type_class_add_private (gobject_class, sizeof (GladePropertyShellPrivate));
 }


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