empathy r699 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r699 - trunk/libempathy
- Date: Wed, 5 Mar 2008 10:31:13 +0000 (GMT)
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]