diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-16 06:28:44 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-16 06:28:44 +0800 |
commit | b68b95efe92023193c318d4dd0fb92544463adef (patch) | |
tree | a8299869c5f9203d294ebe2d0c7baaf4c1f96a91 /libempathy/empathy-contact.c | |
parent | aec4141672783925d11bff56f9cd5019ef62c3c5 (diff) | |
download | gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.tar gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.tar.gz gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.tar.bz2 gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.tar.lz gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.tar.xz gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.tar.zst gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.zip |
Merge commit 'sjoerd/master'
svn path=/trunk/; revision=637
Diffstat (limited to 'libempathy/empathy-contact.c')
-rw-r--r-- | libempathy/empathy-contact.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 70025c7b0..3f03c1d33 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -176,6 +176,10 @@ empathy_contact_class_init (EmpathyContactClass *class) static void empathy_contact_init (EmpathyContact *contact) { + EmpathyContactPriv *priv; + + priv = GET_PRIV (contact); + priv->capabilities = EMPATHY_CAPABILITIES_UNKNOWN; } static void |