pidgin/gtkconv-theme.c

branch
soc.2013.gobjectification
changeset 35082
05a66637ec23
parent 35074
0d56a4091806
child 35850
1abeda205d6c
--- a/pidgin/gtkconv-theme.c	Sun Nov 24 01:37:11 2013 +0530
+++ b/pidgin/gtkconv-theme.c	Sun Nov 24 01:53:38 2013 +0530
@@ -508,13 +508,13 @@
 			"The information about this theme",
 			G_TYPE_HASH_TABLE,
 			G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
-	g_object_class_install_property(obj_class, PROP_INFO, properties[PROP_INFO]);
 
 	/* VARIANT */
 	properties[PROP_VARIANT] = g_param_spec_string("variant", "Variant",
 			"The current variant for this theme",
 			NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
-	g_object_class_install_property(obj_class, PROP_VARIANT, properties[PROP_VARIANT]);
+
+	g_object_class_install_properties(obj_class, PROP_LAST, properties);
 }
 
 GType

mercurial