From c5c98108eb8c892ef081ccb7ae5a7f0dcfd3563e Mon Sep 17 00:00:00 2001
From: Peter Secor <secorp@allmydata.com>
Date: Fri, 15 Feb 2008 12:50:10 -0700
Subject: [PATCH] commenting out open_welcome_page argument that doesn't seem
 to work with real installer

---
 windows/confwiz.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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)
-- 
2.45.2