From 54cd03818de3f37298c7fbd6f1ac540cac85b42d Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 27 May 2008 19:47:37 +0200 Subject: [PATCH] don't initialize base path --- src/net/pterodactylus/jsite/gui/SwingInterface.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/net/pterodactylus/jsite/gui/SwingInterface.java b/src/net/pterodactylus/jsite/gui/SwingInterface.java index 2f13df6..3b8971c 100644 --- a/src/net/pterodactylus/jsite/gui/SwingInterface.java +++ b/src/net/pterodactylus/jsite/gui/SwingInterface.java @@ -768,7 +768,6 @@ public class SwingInterface implements CoreListener, LoggingListener, PropertyCh Project project = core.createProject(); project.setName(I18n.get("general.newProject.name")); project.setDescription(I18n.get("general.newProject.description", new Date())); - project.setBasePath(""); mainWindow.addProject(project, true); } catch (JSiteException nne1) { /* TODO - add i18n */ -- 2.7.4