Mercurial > pidgin
changeset 32265:7ccd24d49904
The variant property is not construct-only.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 08 Oct 2011 02:37:14 +0000 |
parents | 7353c0c50117 |
children | f28a09bfe22c |
files | pidgin/gtkconv-theme.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;