diff options
author | David Robillard <d@drobilla.net> | 2006-12-13 07:09:22 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-12-13 07:09:22 +0000 |
commit | e5c8e0d9752cfa6de4e6e0e8314ac572a9d113b1 (patch) | |
tree | b5fe5c74ba99e604f7beca12617ff71b6c075ae1 /src/progs/ingenuity/LoadSubpatchWindow.cpp | |
parent | f4bec186d0dfe1e9f0a136c11a6ab0c5e1d74aa9 (diff) | |
download | ingen-e5c8e0d9752cfa6de4e6e0e8314ac572a9d113b1.tar.gz ingen-e5c8e0d9752cfa6de4e6e0e8314ac572a9d113b1.tar.bz2 ingen-e5c8e0d9752cfa6de4e6e0e8314ac572a9d113b1.zip |
Path parent/child bug fixes, added unit tests.
Breadcrumb/browsing/subsubpatch bug fixes.
Fixed about window icon and glade error messages.
git-svn-id: http://svn.drobilla.net/lad/ingen@223 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/ingenuity/LoadSubpatchWindow.cpp')
-rw-r--r-- | src/progs/ingenuity/LoadSubpatchWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progs/ingenuity/LoadSubpatchWindow.cpp b/src/progs/ingenuity/LoadSubpatchWindow.cpp index 92c8483c..9255bcf1 100644 --- a/src/progs/ingenuity/LoadSubpatchWindow.cpp +++ b/src/progs/ingenuity/LoadSubpatchWindow.cpp @@ -156,7 +156,7 @@ LoadSubpatchWindow::ok_clicked() poly = m_patch->poly(); App::instance().loader()->load_patch(false, get_filename(), "/", - m_initial_data, m_patch->parent()->path(), name, poly); + m_initial_data, m_patch->path(), name, poly); hide(); } |