aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-02-18 04:56:54 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-02-18 04:56:54 +0800
commitfb6eb54dc4b34fa30f67bf59288dc0d2247c78bf (patch)
treefee77825b6f2ad71b3ca0c435577df9f15cfc140 /libempathy/empathy-contact.c
parent3481d6d77e50ef933e2ddc60312e0f8259aabd2e (diff)
downloadgsoc2013-empathy-fb6eb54dc4b34fa30f67bf59288dc0d2247c78bf.tar
gsoc2013-empathy-fb6eb54dc4b34fa30f67bf59288dc0d2247c78bf.tar.gz
gsoc2013-empathy-fb6eb54dc4b34fa30f67bf59288dc0d2247c78bf.tar.bz2
gsoc2013-empathy-fb6eb54dc4b34fa30f67bf59288dc0d2247c78bf.tar.lz
gsoc2013-empathy-fb6eb54dc4b34fa30f67bf59288dc0d2247c78bf.tar.xz
gsoc2013-empathy-fb6eb54dc4b34fa30f67bf59288dc0d2247c78bf.tar.zst
gsoc2013-empathy-fb6eb54dc4b34fa30f67bf59288dc0d2247c78bf.zip
EmpathyContact: Set G_PARAM_CONSTRUCT on the capabilities property. (Sjoerd)
svn path=/trunk/; revision=646
Diffstat (limited to 'libempathy/empathy-contact.c')
-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,