aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-02-18 04:56:54 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-02-18 04:56:54 +0800
commit12d57ef43eef473cb26111e985082332dd4a5e25 (patch)
treefee77825b6f2ad71b3ca0c435577df9f15cfc140 /libempathy
parent36f904b262e5b7c4d05e7ee6fccbbcb95920cdb9 (diff)
downloadgsoc2013-empathy-12d57ef43eef473cb26111e985082332dd4a5e25.tar
gsoc2013-empathy-12d57ef43eef473cb26111e985082332dd4a5e25.tar.gz
gsoc2013-empathy-12d57ef43eef473cb26111e985082332dd4a5e25.tar.bz2
gsoc2013-empathy-12d57ef43eef473cb26111e985082332dd4a5e25.tar.lz
gsoc2013-empathy-12d57ef43eef473cb26111e985082332dd4a5e25.tar.xz
gsoc2013-empathy-12d57ef43eef473cb26111e985082332dd4a5e25.tar.zst
gsoc2013-empathy-12d57ef43eef473cb26111e985082332dd4a5e25.zip
EmpathyContact: Set G_PARAM_CONSTRUCT on the capabilities property. (Sjoerd)
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@646 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-contact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c
index a9dbaa78b..f966dcb20 100644
--- a/libempathy/empathy-contact.c
+++ b/libempathy/empathy-contact.c
@@ -158,7 +158,7 @@ empathy_contact_class_init (EmpathyContactClass *class)
"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,