summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_audio_import.cc
diff options
context:
space:
mode:
authorHans Fugal <hans@fugal.net>2006-06-14 18:37:57 +0000
committerHans Fugal <hans@fugal.net>2006-06-14 18:37:57 +0000
commiteb3f77df5748e81c4a6bfe737cd9b5a3d721a86c (patch)
treedc94ebf33ca8debe5a67950d86b23162f56e7c07 /gtk2_ardour/editor_audio_import.cc
parent3038d8ce4aa0627847bdcbd8140447fb306ef7fb (diff)
pulling trunk
git-svn-id: svn://localhost/ardour2/branches/undo@586 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_audio_import.cc')
-rw-r--r--gtk2_ardour/editor_audio_import.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_audio_import.cc b/gtk2_ardour/editor_audio_import.cc
index 184c1757f2..ee73c46b24 100644
--- a/gtk2_ardour/editor_audio_import.cc
+++ b/gtk2_ardour/editor_audio_import.cc
@@ -203,7 +203,7 @@ Editor::embed_sndfile (Glib::ustring path, bool split, bool multiple_files, bool
/* lets see if we can link it into the session */
linked_path = session->sound_dir();
- linked_path += PBD::basename (path);
+ linked_path += Glib::path_get_basename (path);
if (link (path.c_str(), linked_path.c_str()) == 0) {