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.

git-svn-id: svn://10.0.0.236/trunk@125511 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
2002-07-19 21:08:25 +00:00
parent 87a19fce64
commit 8bffb2130f
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