summaryrefslogtreecommitdiff
path: root/droute
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2009-12-17 15:10:25 -0800
committerMark Doffman <mark.doffman@codethink.co.uk>2009-12-21 15:39:15 -0800
commit9919d5a9ca422a958bf346f84b40e5315aad6fe2 (patch)
tree1e8d4d1cc87dc7db0d7403f27e4a06fff715e710 /droute
parent3d6ecf3f10a13b8b4b4af6e964d5e792fa257e09 (diff)
downloadat-spi2-atk-9919d5a9ca422a958bf346f84b40e5315aad6fe2.tar.gz
Use datarootdir for finding the introspection XML files. They are now in
a shared directory under 'at-spi2'.
Diffstat (limited to 'droute')
-rw-r--r--droute/droute.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/droute/droute.c b/droute/droute.c
index 0cec8be..55020a7 100644
--- a/droute/droute.c
+++ b/droute/droute.c
@@ -449,6 +449,7 @@ handle_introspection (DBusConnection *bus,
for (i=0; i < path->interfaces->len; i++)
{
gchar *interface = (gchar *) g_ptr_array_index (path->interfaces, i);
+ _DROUTE_DEBUG ("DRoute (appending interface): %s\n", interface);
append_interface(output, interface, path->cnx->introspect_dir);
}