[freenet-cvs] r18083 - trunk/apps/thingamablog/src/net/sf/thingamablog/gui/properties

dieppe at freenetproject.org dieppe at freenetproject.org
Wed Feb 20 15:37:37 UTC 2008


Author: dieppe
Date: 2008-02-20 15:37:37 +0000 (Wed, 20 Feb 2008)
New Revision: 18083

Modified:
   trunk/apps/thingamablog/src/net/sf/thingamablog/gui/properties/TBWizardDialog.java
Log:
Bugfix of the bugfix... 


Modified: trunk/apps/thingamablog/src/net/sf/thingamablog/gui/properties/TBWizardDialog.java
===================================================================
--- trunk/apps/thingamablog/src/net/sf/thingamablog/gui/properties/TBWizardDialog.java	2008-02-20 15:28:04 UTC (rev 18082)
+++ trunk/apps/thingamablog/src/net/sf/thingamablog/gui/properties/TBWizardDialog.java	2008-02-20 15:37:37 UTC (rev 18083)
@@ -205,6 +205,7 @@
         
         try
         {
+            donePanel.saveProperties();
             selectedPack.installPack(weblog.getHomeDirectory());
         }
         catch(Exception ex)
@@ -807,6 +808,7 @@
 		
 		public void saveProperties()
 		{			
+                    System.out.println("Creating the [b/f]log...");
                         // We change the urls to the good one
                         if(weblog.getType().equals("freenet")){
                             String url=weblog.getBaseUrl();




More information about the cvs mailing list