[gnome-builder/wip/commands] commands: allow setting name in subclass init



commit e122f036279d5b20566ba309de74f021bd5f342c
Author: Christian Hergert <christian hergert me>
Date:   Tue Oct 7 11:17:02 2014 -0700

    commands: allow setting name in subclass init

 src/commands/gb-command.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/commands/gb-command.c b/src/commands/gb-command.c
index 2057c55..0bb00b0 100644
--- a/src/commands/gb-command.c
+++ b/src/commands/gb-command.c
@@ -192,7 +192,6 @@ gb_command_class_init (GbCommandClass *klass)
                          _("The name of the command."),
                          NULL,
                          (G_PARAM_READWRITE |
-                          G_PARAM_CONSTRUCT_ONLY |
                           G_PARAM_STATIC_STRINGS));
   g_object_class_install_property (object_class, PROP_NAME,
                                    gParamSpecs [PROP_NAME]);


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