1.1 --- a/plover/comps.c Thu Jun 16 18:00:21 2016 +0100
1.2 +++ b/plover/comps.c Wed Jun 22 17:04:28 2016 +0100
1.3 @@ -24,6 +24,7 @@
1.4 #include <expat.h>
1.5 #include <assert.h>
1.6 #include "plover/plover.h"
1.7 +#include "plover/uri-handler.h"
1.8
1.9 /* Parse a comps.xml package group file. */
1.10
1.11 @@ -381,7 +382,7 @@
1.12 GFileInputStream *stream;
1.13 XML_ParsingStatus status;
1.14 struct comps *comps;
1.15 - plover__file_io_init();
1.16 + plover__uri_handler_init();
1.17 file=g_file_new_for_uri(uri);
1.18 stream=g_file_read(file,NULL,NULL);
1.19 g_object_unref(file);