summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-11-29 21:47:00 +0000
committerJames Bursa <james@netsurf-browser.org>2004-11-29 21:47:00 +0000
commit16fce4f8ff7019d8abfd18eb5a0c92b499a08d41 (patch)
tree43434ab9f5813bceec11f8d59878535b95b8fb18 /!NetSurf
parenta53d5ecfa9dc4e521661fbe4a04dbda5defb6261 (diff)
downloadnetsurf-16fce4f8ff7019d8abfd18eb5a0c92b499a08d41.tar.gz
netsurf-16fce4f8ff7019d8abfd18eb5a0c92b499a08d41.tar.bz2
[project @ 2004-11-29 21:47:00 by bursa]
Open the home page when NetSurf is run when it is already running. svn path=/import/netsurf/; revision=1376
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/!Run,feb10
1 files changed, 2 insertions, 8 deletions
diff --git a/!NetSurf/!Run,feb b/!NetSurf/!Run,feb
index b4e59494d..a8aac293d 100644
--- a/!NetSurf/!Run,feb
+++ b/!NetSurf/!Run,feb
@@ -1,4 +1,4 @@
-| Run file for NetSurf. ( $Revision: 1.31 $ )
+| Run file for NetSurf. ( $Revision: 1.32 $ )
|
| This file ensures that the system resources required by NetSurf are
| present. Additionally, it forces setting of system variables related
@@ -9,9 +9,6 @@ Set NetSurf$ForceVars 1
<Obey$Dir>.!Boot
UnSet NetSurf$ForceVars
-| Can't run more than one copy of NetSurf at once.
-If "<NetSurf$Running>" = "yes" Then Error NetSurf is already running
-
| We need RISC OS 3
RMEnsure UtilityModule 3.00 Error NetSurf needs RISC OS 3 or later
@@ -63,7 +60,4 @@ RMEnsure Tinct 0.09 Error NetSurf requires Tinct 0.09 or later. This can be down
RMEnsure Iconv 0.02 IfThere System:Modules.Iconv Then RMLoad System:Modules.Iconv
WimpSlot -min 2240k -max 2240k
-
-Set NetSurf$Running yes
-Run <NetSurf$Dir>.!RunImage %*0 2><NetSurf$Dir>.stderr
-UnSet NetSurf$Running \ No newline at end of file
+Run <NetSurf$Dir>.!RunImage %*0 2><NetSurf$Dir>.stderr \ No newline at end of file