[at-spi2-atk] The StreamableContent interface is not currently supported. Stop indicating that it is in the list o



commit 89422700d5b03cac05ba5c7e13a6b56cd0dc826b
Author: Mark Doffman <mark doffman codethink co uk>
Date:   Fri Jan 22 01:25:41 2010 -0800

    The StreamableContent interface is not currently supported.
    Stop indicating that it is in the list of interfaces.

 atk-adaptor/object.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/atk-adaptor/object.c b/atk-adaptor/object.c
index 1b7fc43..f1a47f5 100644
--- a/atk-adaptor/object.c
+++ b/atk-adaptor/object.c
@@ -219,11 +219,13 @@ spi_object_append_interfaces (DBusMessageIter * iter, AtkObject * obj)
       dbus_message_iter_append_basic (iter, DBUS_TYPE_STRING, &itf);
     }
 
+#if 0
   if (ATK_IS_STREAMABLE_CONTENT (obj))
     {
       itf = "org.freedesktop.atspi.StreamableContent";
       dbus_message_iter_append_basic (iter, DBUS_TYPE_STRING, &itf);
     }
+#endif
 
   if (ATK_IS_DOCUMENT (obj))
     {



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