summaryrefslogtreecommitdiffstats
path: root/src/libs/client/DeprecatedLoader.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-06 18:09:02 +0000
committerDavid Robillard <d@drobilla.net>2007-04-06 18:09:02 +0000
commit46c75ceddd38b9ec95e2a039fa6199e0bc78493d (patch)
tree537dfff78dcd0bb083a78b771ace28a7b878f563 /src/libs/client/DeprecatedLoader.cpp
parent5caea33db5cf3c2db9bf9ed042ce0c36d28e1f29 (diff)
downloadingen-46c75ceddd38b9ec95e2a039fa6199e0bc78493d.tar.gz
ingen-46c75ceddd38b9ec95e2a039fa6199e0bc78493d.tar.bz2
ingen-46c75ceddd38b9ec95e2a039fa6199e0bc78493d.zip
Fixed top-level importing of deprecated patches.
git-svn-id: http://svn.drobilla.net/lad/ingen@407 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/DeprecatedLoader.cpp')
-rw-r--r--src/libs/client/DeprecatedLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/client/DeprecatedLoader.cpp b/src/libs/client/DeprecatedLoader.cpp
index bb0096e1..72c397d2 100644
--- a/src/libs/client/DeprecatedLoader.cpp
+++ b/src/libs/client/DeprecatedLoader.cpp
@@ -219,7 +219,7 @@ DeprecatedLoader::load_patch(const Glib::ustring& filename,
if (parent_path)
path = Path(parent_path.get()).base() + Path::nameify((char*)key);
else
- path = Path("/") + Path::nameify((char*)key);
+ path = Path("/");
}
} else if ((!xmlStrcmp(cur->name, (const xmlChar*)"polyphony"))) {
if (load_poly) {