From 1a5d650b94f737ae05cbe035285d8443cb9bf03b Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sun, 15 Jun 2008 18:28:55 +0000 Subject: Avoid relying on temporary selected FS, use / or Run svn path=/trunk/netsurf/; revision=4339 --- !NetSurf/!Boot,feb | 6 +++--- !NetSurf/!Run,feb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/!NetSurf/!Boot,feb b/!NetSurf/!Boot,feb index 5331e1ed5..2a4a13412 100644 --- a/!NetSurf/!Boot,feb +++ b/!NetSurf/!Boot,feb @@ -62,9 +62,9 @@ Unset NetSurf$Sprites | If the launch is successful, the Message_URI_MProcess is rebroadcast. | The -nowin is required to ensure only one window is opened (this only has | an effect if the user has configured auto window opening at startup). -If (("" = "") OR ("" = "1")) Then Set Alias$Open_URI_http .!Run -nowin -If (("" = "") OR ("" = "1")) Then Set Alias$Open_URI_https .!Run -nowin -If (("" = "") OR ("" = "1")) Then Set Alias$Open_URI_file .!Run -nowin +If (("" = "") OR ("" = "1")) Then Set Alias$Open_URI_http /.!Run -nowin +If (("" = "") OR ("" = "1")) Then Set Alias$Open_URI_https /.!Run -nowin +If (("" = "") OR ("" = "1")) Then Set Alias$Open_URI_file /.!Run -nowin | ANT URL protocol | diff --git a/!NetSurf/!Run,feb b/!NetSurf/!Run,feb index 0094e27a0..496bb4d0a 100644 --- a/!NetSurf/!Run,feb +++ b/!NetSurf/!Run,feb @@ -6,7 +6,7 @@ | Set system variables and application sprites Set NetSurf$ForceVars 1 -.!Boot +/.!Boot UnSet NetSurf$ForceVars | Detect if NetSurf is already running and, if so, force the -- cgit v1.2.3