]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-list-view.c
Fix compile error
[empathy.git] / libempathy-gtk / empathy-contact-list-view.c
index 9925527a56549818f66d57f9bff620f06f539914..662138efed73b08df0a5d198b223428f55e0bf29 100644 (file)
@@ -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);