Fix bug 155664 -- make URLs opened from the Services menu in another app behave like those opened via Apple Events etc, obeying the prefs to load in new tabs/windows, possibly in the background.

This commit is contained in:
sfraser%netscape.com 2002-07-19 21:08:25 +00:00
parent 4beb1c18ae
commit 94582bb1d3
4 changed files with 4 additions and 4 deletions

View File

@ -816,7 +816,7 @@ static const char* ioServiceContractID = "@mozilla.org/network/io-service;1";
[urlString appendString:tmpString];
}
[self openBrowserWindowWithURL:urlString andReferrer:nil];
[self openNewWindowOrTabWithURL:urlString andReferrer:nil];
}
@end

View File

@ -816,7 +816,7 @@ static const char* ioServiceContractID = "@mozilla.org/network/io-service;1";
[urlString appendString:tmpString];
}
[self openBrowserWindowWithURL:urlString andReferrer:nil];
[self openNewWindowOrTabWithURL:urlString andReferrer:nil];
}
@end

View File

@ -816,7 +816,7 @@ static const char* ioServiceContractID = "@mozilla.org/network/io-service;1";
[urlString appendString:tmpString];
}
[self openBrowserWindowWithURL:urlString andReferrer:nil];
[self openNewWindowOrTabWithURL:urlString andReferrer:nil];
}
@end

View File

@ -816,7 +816,7 @@ static const char* ioServiceContractID = "@mozilla.org/network/io-service;1";
[urlString appendString:tmpString];
}
[self openBrowserWindowWithURL:urlString andReferrer:nil];
[self openNewWindowOrTabWithURL:urlString andReferrer:nil];
}
@end