1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Linux file chooser fix.

This commit is contained in:
jules 2013-09-03 10:45:08 +01:00
parent be1d5253ee
commit 9814792a5e

View file

@ -126,6 +126,8 @@ void FileChooser::showPlatformDialog (Array<File>& results,
args.add ("--filename=" + file.getFileName());
}
args.add ("2>/dev/null");
ChildProcess child;
if (child.start (args))
{