From cb42d2cc4daa09c7d1db5515e39e94b9a5a43447 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 Dec 2008 05:49:41 +0000 Subject: Rewrite pretty much everything to do with paths in Serialiser to actually make an ounce of sense. Fix various things with nested patches (fix tickets #286 #289). Cascade successive pastes nicely. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1840 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/LoadRemotePatchWindow.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/gui/LoadRemotePatchWindow.cpp') diff --git a/src/gui/LoadRemotePatchWindow.cpp b/src/gui/LoadRemotePatchWindow.cpp index c2979e80..dab1cd0e 100644 --- a/src/gui/LoadRemotePatchWindow.cpp +++ b/src/gui/LoadRemotePatchWindow.cpp @@ -134,8 +134,6 @@ LoadRemotePatchWindow::open_clicked() { Glib::ustring uri = _uri_entry->get_text(); - cerr << "OPEN URI: " << uri << endl; - // If unset load_patch will load values optional parent; optional symbol; @@ -146,8 +144,8 @@ LoadRemotePatchWindow::open_clicked() if (_patch->path() != "/") parent = _patch->path().parent(); - App::instance().loader()->load_patch(true, uri, "/", - _initial_data, parent, symbol); + App::instance().loader()->load_patch(true, uri, Path("/"), + parent, symbol, _initial_data); hide(); } -- cgit v1.2.1