Author: nextgens
Date: 2008-10-03 20:10:59 +0000 (Fri, 03 Oct 2008)
New Revision: 22935

Modified:
   trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
Log:
toad's right: I need to call config.store() there

Modified: trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java  
2008-10-03 19:40:38 UTC (rev 22934)
+++ trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java  
2008-10-03 20:10:59 UTC (rev 22935)
@@ -279,6 +279,7 @@
                } else if(currentStep == WIZARD_STEP.FINAL) {
                        try {
                                config.get("fproxy").set("hasCompletedWizard", 
true);
+                                config.store();
                                this.writeTemporaryRedirect(ctx, "Return to 
home", "/");
                        } catch (ConfigException e) {
                                Logger.error(this, e.getMessage(), e);


Reply via email to