fixed #2208
This commit is contained in:
parent
6f6f868e80
commit
2ea22a61bd
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@ UploadFileWindow :: readAudioClipInfo(const Glib::ustring & fileName)
|
||||||
playlength = readPlaylength(fileName);
|
playlength = readPlaylength(fileName);
|
||||||
} catch (std::invalid_argument &e) {
|
} catch (std::invalid_argument &e) {
|
||||||
statusBar->set_text(*getResourceUstring("unsupportedFileTypeMsg"));
|
statusBar->set_text(*getResourceUstring("unsupportedFileTypeMsg"));
|
||||||
|
fileType = invalidType;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!playlength) {
|
if (!playlength) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue