diff --git a/frontends/gnustep/BrowserWindowController.m b/frontends/gnustep/BrowserWindowController.m index 1a759dbdc..beb022530 100644 --- a/frontends/gnustep/BrowserWindowController.m +++ b/frontends/gnustep/BrowserWindowController.m @@ -391,6 +391,9 @@ static id newTabTarget; scrollView = [tabContents scrollView]; browser = [tabContents browser]; activeTab = tabContents; + Website *website = [self currentWebsiteForTab: activeTab]; + [urlBar setStringValue: [website url]]; + [[self window] setTitle: [website name]]; } -(Website*)currentWebsiteForTab: (id)tab {