fix "open in new tab" when bm manager is visible

This commit is contained in:
pinkerton%netscape.com 2003-03-28 00:26:55 +00:00
parent 9c7a073f85
commit c458232ea7

View File

@ -1658,6 +1658,8 @@ static NSArray* sToolbarDefaults = nil;
BrowserTabViewItem* newTab = [self createNewTabItem];
BrowserWrapper* newView = [newTab view];
[self ensureBrowserVisible:self];
// hyatt originally made new tabs open on the far right and tabs opened from a content
// link open to the right of the current tab. The idea was to keep the new tab
// close to the tab that spawned it, since they are related. Users, however, got confused