Author: xclaesse Date: Sun Feb 17 20:56:54 2008 New Revision: 646 URL: http://svn.gnome.org/viewvc/empathy?rev=646&view=rev
Log: EmpathyContact: Set G_PARAM_CONSTRUCT on the capabilities property. (Sjoerd) Modified: trunk/libempathy/empathy-contact.c Modified: trunk/libempathy/empathy-contact.c ============================================================================== --- trunk/libempathy/empathy-contact.c (original) +++ trunk/libempathy/empathy-contact.c Sun Feb 17 20:56:54 2008 @@ -158,7 +158,7 @@ "Capabilities of the contact", EMPATHY_TYPE_CAPABILITIES, EMPATHY_CAPABILITIES_UNKNOWN, - G_PARAM_READWRITE)); + G_PARAM_CONSTRUCT | G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_IS_USER, _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.