[at-spi2-core: 4/47] _atspi_accessible_is_a() - no need to update the interfaces cache mask again
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 4/47] _atspi_accessible_is_a() - no need to update the interfaces cache mask again
- Date: Wed, 13 Jul 2022 03:08:25 +0000 (UTC)
commit 2f2df4d95d06c64b80e0d14f59aa9e52ac3260e2
Author: Federico Mena Quintero <federico gnome org>
Date: Tue Nov 23 19:29:53 2021 -0600
_atspi_accessible_is_a() - no need to update the interfaces cache mask again
It is already done in _atspi_dbus_set_interfaces().
atspi/atspi-accessible.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/atspi/atspi-accessible.c b/atspi/atspi-accessible.c
index 26cf0ba7..353c61f9 100644
--- a/atspi/atspi-accessible.c
+++ b/atspi/atspi-accessible.c
@@ -968,7 +968,6 @@ _atspi_accessible_is_a (AtspiAccessible *accessible,
dbus_message_iter_init (reply, &iter);
_atspi_dbus_set_interfaces (accessible, &iter);
dbus_message_unref (reply);
- _atspi_accessible_add_cache (accessible, ATSPI_CACHE_INTERFACES);
}
n = _atspi_get_iface_num (interface_name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]