summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtkatspiroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/a11y/gtkatspiroot.c')
-rw-r--r--gtk/a11y/gtkatspiroot.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk/a11y/gtkatspiroot.c b/gtk/a11y/gtkatspiroot.c
index c25ddd5717..88a366c05f 100644
--- a/gtk/a11y/gtkatspiroot.c
+++ b/gtk/a11y/gtkatspiroot.c
@@ -773,10 +773,9 @@ gtk_at_spi_root_to_ref (GtkAtSpiRoot *self)
{
g_return_val_if_fail (GTK_IS_AT_SPI_ROOT (self), NULL);
- if (self->desktop_path == NULL)
- return gtk_at_spi_null_ref ();
-
- return g_variant_new ("(so)", self->desktop_name, self->desktop_path);
+ return g_variant_new ("(so)",
+ g_dbus_connection_get_unique_name (self->connection),
+ self->root_path);
}
const char *