fix duplicate import of previously selected files when using apply.

git-svn-id: svn://localhost/ardour2/branches/3.0@13716 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2012-12-23 16:27:01 +00:00
parent c311be7523
commit 348db7bae5

View file

@ -194,6 +194,7 @@ Editor::external_audio_dialog ()
sfbrowser->clear_selection ();
keepRunning = true;
}
paths.clear();
} while (keepRunning);
}