Bug 845008 - Metro's save file picker always throws on appendFilter. r=tabraldes

This commit is contained in:
Brian R. Bondy 2013-02-25 16:56:45 -05:00
parent 0c9994db1d
commit 9a2b453364

View File

@ -474,6 +474,7 @@ nsMetroFilePicker::AppendFilter(const nsAString& aTitle,
boolean replaced;
map->Insert(key.Get(), saveTypes.Get(), &replaced);
}
break;
default:
return NS_ERROR_FAILURE;