fix duplicate import of previously selected files when using apply.
authorRobin Gareus <robin@gareus.org>
Sun, 23 Dec 2012 16:27:01 +0000 (16:27 +0000)
committerRobin Gareus <robin@gareus.org>
Sun, 23 Dec 2012 16:27:01 +0000 (16:27 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13716 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_audio_import.cc

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