MediaConverter: Fix folder selection bug.

If you select the same folder twice it would blank out the output folder.

Bug has been around at least since R1A4.
This commit is contained in:
John Scipione 2013-08-31 02:40:08 -04:00
parent 0e68593ea3
commit d1dd0b5889

View File

@ -401,6 +401,7 @@ MediaConverterWindow::MessageReceived(BMessage* message)
inEntry.SetTo(&inRef, true);
_SetOutputFolder(inEntry);
fOutputDirSpecified = true;
fSaveFilePanel->Rewind();
break;
case SELECT_THIS_DIR_MESSAGE: