diff options
Diffstat (limited to 'libempathy/gossip-contact.c')
-rw-r--r-- | libempathy/gossip-contact.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/gossip-contact.c b/libempathy/gossip-contact.c index 51015f365..78b2eefd0 100644 --- a/libempathy/gossip-contact.c +++ b/libempathy/gossip-contact.c @@ -333,9 +333,9 @@ gossip_contact_new (McAccount *account) } GossipContact * -gossip_contact_new_full (McAccount *account, - const gchar *id, - const gchar *name) +gossip_contact_new_full (McAccount *account, + const gchar *id, + const gchar *name) { return g_object_new (GOSSIP_TYPE_CONTACT, "account", account, |