pidgin/gtkconv-theme.c

changeset 32638
574085136af7
parent 32601
36daedfec84a
child 32639
ed0e39d65ddc
--- a/pidgin/gtkconv-theme.c	Wed Oct 05 07:45:13 2011 +0000
+++ b/pidgin/gtkconv-theme.c	Sat Oct 08 02:37:14 2011 +0000
@@ -512,7 +512,7 @@
 	/* VARIANT */
 	pspec = g_param_spec_string("variant", "Variant",
 			"The current variant for this theme",
-			NULL, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
+			NULL, G_PARAM_READWRITE);
 	g_object_class_install_property(obj_class, PROP_VARIANT, pspec);
 	properties[PROP_VARIANT] = pspec;
 

mercurial