summaryrefslogtreecommitdiff
path: root/document-portal/xdp-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'document-portal/xdp-main.c')
-rw-r--r--document-portal/xdp-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/document-portal/xdp-main.c b/document-portal/xdp-main.c
index 65d7e84..4168e22 100644
--- a/document-portal/xdp-main.c
+++ b/document-portal/xdp-main.c
@@ -739,7 +739,7 @@ main (int argc,
do_exit (5);
}
- introspection_bytes = g_resources_lookup_data ("/org/freedesktop/portal/Documents/org.freedesktop.portal.documents.xml", 0, NULL);
+ introspection_bytes = g_resources_lookup_data ("/org/freedesktop/portal/Documents/org.freedesktop.portal.Documents.xml", 0, NULL);
g_assert (introspection_bytes != NULL);
introspection_data = g_dbus_node_info_new_for_xml (g_bytes_get_data (introspection_bytes, NULL), NULL);