From: Xavier Claessens Date: Tue, 15 Jul 2008 14:00:48 +0000 (+0000) Subject: Fix compile error X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=2d22d576e51764d4125786e10cdc4d86b7f813bd Fix compile error svn path=/trunk/; revision=1251 --- diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index 9925527a..662138ef 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);