[anjuta] libanjuta: fix construct properties of AnjutaPlugin



commit 657b2c25794331bc8148b57371f8c433f60d5fb5
Author: Johannes Schmid <jhs gnome org>
Date:   Fri Jun 18 18:00:18 2010 +0200

    libanjuta: fix construct properties of AnjutaPlugin

 libanjuta/anjuta-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libanjuta/anjuta-plugin.c b/libanjuta/anjuta-plugin.c
index 71ec4eb..196e4e3 100644
--- a/libanjuta/anjuta-plugin.c
+++ b/libanjuta/anjuta-plugin.c
@@ -326,7 +326,7 @@ anjuta_plugin_class_init (AnjutaPluginClass *class)
 				      _("Anjuta Shell"),
 				      _("Anjuta shell that will contain the plugin"),
 				      ANJUTA_TYPE_SHELL,
-				      G_PARAM_READWRITE/* | G_PARAM_CONSTRUCT_ONLY*/)); /* Construct only does not work with libanjutamm */
+				      G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
 	plugin_signals[ACTIVATED_SIGNAL] =
 		g_signal_new ("activated",
 					G_TYPE_FROM_CLASS (object_class),



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