summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2023-01-06 12:54:54 -0600
committerMike Gorse <mgorse@suse.com>2023-01-06 12:54:54 -0600
commit6ed601aed555a092a88be954017547e0ea4abcc6 (patch)
tree7363401c73b4b80b0cfb37b279117db4a4d0d8b4
parent12e789776f7d8eaeace7d2542297c6f4435f37ad (diff)
downloadat-spi2-core-6ed601aed555a092a88be954017547e0ea4abcc6.tar.gz
Add socket interface to the list of interfaces in atspi-misc.c
Fixes "Unknown interface org.gnome.atspi.Socket" Also remove LoginHelper interface from the same array. It has never exited in AT-SPI 2.
-rw-r--r--atspi/atspi-misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c
index 388d65d1..7bf356f9 100644
--- a/atspi/atspi-misc.c
+++ b/atspi/atspi-misc.c
@@ -90,8 +90,8 @@ static const char *interfaces[] = {
ATSPI_DBUS_INTERFACE_HYPERLINK,
ATSPI_DBUS_INTERFACE_HYPERTEXT,
ATSPI_DBUS_INTERFACE_IMAGE,
- "org.a11y.atspi.LoginHelper",
ATSPI_DBUS_INTERFACE_SELECTION,
+ ATSPI_DBUS_INTERFACE_SOCKET,
ATSPI_DBUS_INTERFACE_TABLE,
ATSPI_DBUS_INTERFACE_TABLE_CELL,
ATSPI_DBUS_INTERFACE_TEXT,