The StreamableContent interface is not currently supported.
authorMark Doffman <mark.doffman@codethink.co.uk>
Fri, 22 Jan 2010 09:25:41 +0000 (01:25 -0800)
committerMark Doffman <mark.doffman@codethink.co.uk>
Fri, 22 Jan 2010 09:25:41 +0000 (01:25 -0800)
Stop indicating that it is in the list of interfaces.

atk-adaptor/object.c

index 1b7fc43..f1a47f5 100644 (file)
@@ -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))
     {