pidgin: 938c7df0: The variant property is not construct-on...

qulogic at pidgin.im qulogic at pidgin.im
Sat Oct 8 03:50:48 EDT 2011


----------------------------------------------------------------------
Revision: 938c7df0117566ee420d9394df715502b6f868e3
Parent:   6de52dfb153d7df5aa059bb3cc1d1219c1508703
Author:   qulogic at pidgin.im
Date:     10/07/11 22:37:14
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/938c7df0117566ee420d9394df715502b6f868e3

Changelog: 

The variant property is not construct-only.

Changes against parent 6de52dfb153d7df5aa059bb3cc1d1219c1508703

  patched  pidgin/gtkconv-theme.c

-------------- next part --------------
============================================================
--- pidgin/gtkconv-theme.c	4b1b99db1421bf40a9f24745edb85d430c28462c
+++ pidgin/gtkconv-theme.c	1eee4c54dd7b27de436dd1462cef7b6d957137cd
@@ -512,7 +512,7 @@ pidgin_conv_theme_class_init(PidginConvT
 	/* 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;
 


More information about the Commits mailing list