]> git.0d.be Git - empathy.git/commitdiff
Fix compile error
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 15 Jul 2008 14:00:48 +0000 (14:00 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 15 Jul 2008 14:00:48 +0000 (14:00 +0000)
svn path=/trunk/; revision=1251

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 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);
                GSList *events, *l;
 
                events = empathy_event_manager_get_events (priv->event_manager);