# HG changeset patch # User Chris Cannam # Date 1461150388 -3600 # Node ID a2a8fa0eed083fe105f1542c8c91fc504d785c2c # Parent f7ec9e410108fe08580cf61e328b73fe8c7e4e1d# Parent 428ce32a8dd9978e3dd6a471c82438e278cb1d40 Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf diff -r f7ec9e410108 -r a2a8fa0eed08 framework/MainWindowBase.cpp --- a/framework/MainWindowBase.cpp Fri Mar 18 14:25:05 2016 +0000 +++ b/framework/MainWindowBase.cpp Wed Apr 20 12:06:28 2016 +0100 @@ -488,7 +488,8 @@ QString lastPath = m_sessionFile; - if (type == FileFinder::AudioFile) { + if (type == FileFinder::AudioFile || + type == FileFinder::IMAFile) { lastPath = m_audioFile; }