[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3910: move torgeoipfile to the right section, remove an extraneous (vidalia/trunk/pkg/win32)
Author: phobos
Date: 2009-06-28 22:14:23 -0400 (Sun, 28 Jun 2009)
New Revision: 3910
Modified:
vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in
Log:
move torgeoipfile to the right section, remove an extraneous copy.
Modified: vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in
===================================================================
--- vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in 2009-06-29 02:07:02 UTC (rev 3909)
+++ vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in 2009-06-29 02:14:23 UTC (rev 3910)
@@ -147,7 +147,6 @@
;--------------------------------
; Vidalia
Var configfile
-Var torgeoipfile
var bInstallVidalia
SectionGroup "${VIDALIA_DESC}" VidaliaGroup
;--------------------------------
@@ -237,6 +236,7 @@
;--------------------------------
; Tor
var bInstallTor
+Var torgeoipfile
SectionGroup "${TOR_DESC}" TorGroup
;--------------------------------
; Tor application binaries
@@ -324,7 +324,6 @@
goto torrc_shortcut
use_tor_torrc:
StrCpy $configfile "$APPDATA\Tor\torrc"
- StrCpy $torgeoipfile "$APPDATA\Tor\geoip"
torrc_shortcut:
SetShellVarContext all
CreateShortCut "${SHORTCUTS}\Tor\Torrc.lnk" "Notepad.exe" $configfile