empathy r699 - trunk/libempathy



Author: xclaesse
Date: Wed Mar  5 10:31:12 2008
New Revision: 699
URL: http://svn.gnome.org/viewvc/empathy?rev=699&view=rev

Log:
Remove EMPATHY_CAPABILITIES_UNKNOWN flag when setting capabilities


Modified:
   trunk/libempathy/empathy-tp-contact-factory.c

Modified: trunk/libempathy/empathy-tp-contact-factory.c
==============================================================================
--- trunk/libempathy/empathy-tp-contact-factory.c	(original)
+++ trunk/libempathy/empathy-tp-contact-factory.c	Wed Mar  5 10:31:12 2008
@@ -503,6 +503,7 @@
 	}
 
 	capabilities = empathy_contact_get_capabilities (contact);
+	capabilities &= ~EMPATHY_CAPABILITIES_UNKNOWN;
 
 	if (strcmp (channel_type, TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA) == 0) {
 		capabilities &= ~EMPATHY_CAPABILITIES_AUDIO;



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