diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-list-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index 9925527a5..662138efe 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -685,7 +685,7 @@ contact_list_view_row_activated_cb (EmpathyContactListView *view, } /* If the contact has an event, activate it */ - if (priv->contact_features & EMPATHY_CONTACT_FEATURE_EVENT) { + if (priv->contact_features & EMPATHY_CONTACT_LIST_FEATURE_CONTACT_EVENTS) { GSList *events, *l; events = empathy_event_manager_get_events (priv->event_manager); |