From: David ‘Bombe’ Roden Date: Tue, 27 May 2008 17:47:37 +0000 (+0200) Subject: don't initialize base path X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=commitdiff_plain;h=54cd03818de3f37298c7fbd6f1ac540cac85b42d don't initialize base path --- 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 */