From 2d22d576e51764d4125786e10cdc4d86b7f813bd Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 15 Jul 2008 14:00:48 +0000 Subject: [PATCH] Fix compile error svn path=/trunk/; revision=1251 --- libempathy-gtk/empathy-contact-list-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2