summaryrefslogtreecommitdiff
path: root/finch/gntconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'finch/gntconv.c')
-rw-r--r--finch/gntconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/finch/gntconv.c b/finch/gntconv.c
index 3df440dbaf..8065a93ee8 100644
--- a/finch/gntconv.c
+++ b/finch/gntconv.c
@@ -196,7 +196,7 @@ find_im_with_contact(PurpleAccount *account, const char *name)
{
PurpleBlistNode *node;
PurpleBuddy *buddy = purple_blist_find_buddy(account, name);
- PurpleContact *contact;
+ PurpleMetaContact *contact;
PurpleConversation *im = NULL;
if(!PURPLE_IS_BUDDY(buddy)) {