aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-group.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tp-group.c')
-rw-r--r--libempathy/empathy-tp-group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-group.c b/libempathy/empathy-tp-group.c
index 323bdff7f..ec60e9bf8 100644
--- a/libempathy/empathy-tp-group.c
+++ b/libempathy/empathy-tp-group.c
@@ -82,7 +82,7 @@ tp_group_get_contact (EmpathyTpGroup *group,
handle);
}
- if (contact && empathy_contact_get_handle (contact) == priv->self_handle) {
+ if (contact && handle == priv->self_handle) {
empathy_contact_set_is_user (contact, TRUE);
}