From: Peter Secor <secorp@allmydata.com>
Date: Fri, 15 Feb 2008 19:50:10 +0000 (-0700)
Subject: commenting out open_welcome_page argument that doesn't seem to work with real installer
X-Git-Tag: allmydata-tahoe-0.8.0~37
X-Git-Url: https://git.rkrishnan.org/components/listings/?a=commitdiff_plain;h=c5c98108eb8c892ef081ccb7ae5a7f0dcfd3563e;p=tahoe-lafs%2Ftahoe-lafs.git

commenting out open_welcome_page argument that doesn't seem to work with real installer
---

diff --git a/windows/confwiz.py b/windows/confwiz.py
index 6b0c2473..3a88caff 100644
--- a/windows/confwiz.py
+++ b/windows/confwiz.py
@@ -2,4 +2,5 @@ import sys
 from allmydata.gui.confwiz import main
 
 if __name__ == '__main__':
-    main(sys.argv, open_welcome_page=False)
+#    main(sys.argv, open_welcome_page=False)
+    main(sys.argv)