From 3f94f9ccf13d08b8bf7acd786e0b894f01fb5175 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 May 2007 05:11:21 +0000 Subject: Fixed remote patch loading. git-svn-id: http://svn.drobilla.net/lad/ingen@487 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/LoadRemotePatchWindow.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/progs/ingenuity/LoadRemotePatchWindow.cpp b/src/progs/ingenuity/LoadRemotePatchWindow.cpp index 12006f3f..d1aa0db3 100644 --- a/src/progs/ingenuity/LoadRemotePatchWindow.cpp +++ b/src/progs/ingenuity/LoadRemotePatchWindow.cpp @@ -65,10 +65,11 @@ LoadRemotePatchWindow::present(SharedPtr patch, MetadataMap data) _initial_data = data; RDF::Model model(*App::instance().rdf_world(), - "http://rdf.drobilla.net/ingen_patches/index.ttl"); + "http://rdf.drobilla.net/ingen_patches/index.ttl", + "http://rdf.drobilla.net/ingen_patches/"); RDF::Query query(*App::instance().rdf_world(), Glib::ustring( - "SELECT DISTINCT ?name ?uri FROM <> WHERE {" + "SELECT DISTINCT ?name ?uri WHERE {" " ?uri a ingen:Patch ;" " doap:name ?name ." "}")); -- cgit v1.2.1