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:
@@ -401,6 +401,7 @@ MediaConverterWindow::MessageReceived(BMessage* message)
|
||||
inEntry.SetTo(&inRef, true);
|
||||
_SetOutputFolder(inEntry);
|
||||
fOutputDirSpecified = true;
|
||||
fSaveFilePanel->Rewind();
|
||||
break;
|
||||
|
||||
case SELECT_THIS_DIR_MESSAGE:
|
||||
|
||||
Reference in New Issue
Block a user