зеркало из https://github.com/mozilla/gecko-dev.git
Bug 651480 - Only show the filter list when there are multiple filters on MacOS X. r=joshmoz
This commit is contained in:
Родитель
fd5baf36f7
Коммит
e57b2c0c43
|
@ -368,7 +368,7 @@ nsFilePicker::GetLocalFiles(const nsString& inTitle, PRBool inAllowMultiple, nsC
|
|||
// are not available on 10.5 and without using them it happens to be buggy.
|
||||
int result;
|
||||
nsCocoaUtils::PrepareForNativeAppModalDialog();
|
||||
if (nsToolkit::OnSnowLeopardOrLater()) {
|
||||
if (mFilters.Length() > 1 && nsToolkit::OnSnowLeopardOrLater()) {
|
||||
// [NSURL initWithString:] (below) throws an exception if URLString is nil.
|
||||
if (!theDir) {
|
||||
theDir = @"";
|
||||
|
|
Загрузка…
Ссылка в новой задаче