--- 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