mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 412822 nsIFilePicker makes it hard to drop in other url systems r=neil a=dsicore
This commit is contained in:
parent
54584cc580
commit
6b8d02f582
@ -348,7 +348,7 @@ ReadMultipleFiles(gpointer filename, gpointer array)
|
||||
void
|
||||
nsFilePicker::ReadValuesFromFileChooser(GtkWidget *file_chooser)
|
||||
{
|
||||
mFilesURL.Clear();
|
||||
mFiles.Clear();
|
||||
|
||||
if (mMode == nsIFilePicker::modeOpenMultiple) {
|
||||
mFileURL.Truncate();
|
||||
|
Loading…
Reference in New Issue
Block a user