empathy r1251 - trunk/libempathy-gtk



Author: xclaesse
Date: Tue Jul 15 14:00:48 2008
New Revision: 1251
URL: http://svn.gnome.org/viewvc/empathy?rev=1251&view=rev

Log:
Fix compile error


Modified:
   trunk/libempathy-gtk/empathy-contact-list-view.c

Modified: trunk/libempathy-gtk/empathy-contact-list-view.c
==============================================================================
--- trunk/libempathy-gtk/empathy-contact-list-view.c	(original)
+++ trunk/libempathy-gtk/empathy-contact-list-view.c	Tue Jul 15 14:00:48 2008
@@ -685,7 +685,7 @@
 	}
 
 	/* 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]