From 8dd10215ba61bf3f2c8b4807ce0112c16d91c3d6 Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Thu, 27 Jun 2002 18:40:17 +0000 Subject: [PATCH] fix method name so we correctly load urls again (bug 154514) git-svn-id: svn://10.0.0.236/trunk@124198 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/camino/CHGetURLCommand.mm | 2 +- mozilla/camino/src/appleevents/GetURLCommand.mm | 2 +- mozilla/chimera/CHGetURLCommand.mm | 2 +- mozilla/chimera/src/appleevents/GetURLCommand.mm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/camino/CHGetURLCommand.mm b/mozilla/camino/CHGetURLCommand.mm index 67bd140b8a8..9b08676ea85 100644 --- a/mozilla/camino/CHGetURLCommand.mm +++ b/mozilla/camino/CHGetURLCommand.mm @@ -50,7 +50,7 @@ [controller loadURLString:[self directParameter]]; } else - controller = [[NSApp delegate] openBrowserWindowWithURLString: [self directParameter]]; + controller = [[NSApp delegate] openBrowserWindowWithURL: [self directParameter]]; [[[controller getBrowserWrapper] getBrowserView] setActive: YES]; return nil; diff --git a/mozilla/camino/src/appleevents/GetURLCommand.mm b/mozilla/camino/src/appleevents/GetURLCommand.mm index 67bd140b8a8..9b08676ea85 100644 --- a/mozilla/camino/src/appleevents/GetURLCommand.mm +++ b/mozilla/camino/src/appleevents/GetURLCommand.mm @@ -50,7 +50,7 @@ [controller loadURLString:[self directParameter]]; } else - controller = [[NSApp delegate] openBrowserWindowWithURLString: [self directParameter]]; + controller = [[NSApp delegate] openBrowserWindowWithURL: [self directParameter]]; [[[controller getBrowserWrapper] getBrowserView] setActive: YES]; return nil; diff --git a/mozilla/chimera/CHGetURLCommand.mm b/mozilla/chimera/CHGetURLCommand.mm index 67bd140b8a8..9b08676ea85 100644 --- a/mozilla/chimera/CHGetURLCommand.mm +++ b/mozilla/chimera/CHGetURLCommand.mm @@ -50,7 +50,7 @@ [controller loadURLString:[self directParameter]]; } else - controller = [[NSApp delegate] openBrowserWindowWithURLString: [self directParameter]]; + controller = [[NSApp delegate] openBrowserWindowWithURL: [self directParameter]]; [[[controller getBrowserWrapper] getBrowserView] setActive: YES]; return nil; diff --git a/mozilla/chimera/src/appleevents/GetURLCommand.mm b/mozilla/chimera/src/appleevents/GetURLCommand.mm index 67bd140b8a8..9b08676ea85 100644 --- a/mozilla/chimera/src/appleevents/GetURLCommand.mm +++ b/mozilla/chimera/src/appleevents/GetURLCommand.mm @@ -50,7 +50,7 @@ [controller loadURLString:[self directParameter]]; } else - controller = [[NSApp delegate] openBrowserWindowWithURLString: [self directParameter]]; + controller = [[NSApp delegate] openBrowserWindowWithURL: [self directParameter]]; [[[controller getBrowserWrapper] getBrowserView] setActive: YES]; return nil;