version 0.4.5: save configuration before insert starts 0.4.5
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 22 Apr 2006 22:26:38 +0000 (22:26 +0000)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 22 Apr 2006 22:26:38 +0000 (22:26 +0000)
src/de/todesbaum/jsite/main/Main.java
src/de/todesbaum/jsite/main/Version.java

index 28200ca..aba3080 100644 (file)
@@ -319,6 +319,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen
                                JOptionPane.showMessageDialog(wizard, I18n.getMessage("jsite.project-files.no-node-running"), null, JOptionPane.ERROR_MESSAGE);
                                return;
                        }
+                       configuration.save();
                        showPage(PageType.PAGE_INSERT_PROJECT);
                        nodeMenu.setEnabled(false);
                } else if ("page.project.insert".equals(pageName)) {
index 2c635c8..98829d2 100644 (file)
@@ -25,7 +25,7 @@ package de.todesbaum.jsite.main;
  */
 public class Version {
 
-       private static final String VERSION = "0.4.4";
+       private static final String VERSION = "0.4.5";
 
        public static final String getVersion() {
                return VERSION;