From: David ‘Bombe’ Roden Date: Sat, 30 Jan 2010 14:36:06 +0000 (+0100) Subject: Activate the “previous” button on the preferences page. X-Git-Tag: 0.9~2 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=426678db1c59ce7bd69b66eebfe62aa34e8511df;p=jSite.git Activate the “previous” button on the preferences page. --- diff --git a/src/de/todesbaum/jsite/main/Main.java b/src/de/todesbaum/jsite/main/Main.java index 017f1c5..84a9611 100644 --- a/src/de/todesbaum/jsite/main/Main.java +++ b/src/de/todesbaum/jsite/main/Main.java @@ -553,7 +553,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen */ public void wizardPreviousPressed(TWizard wizard) { String pageName = wizard.getPage().getName(); - if ("page.project".equals(pageName)) { + if ("page.project".equals(pageName) || "page.preferences".equals(pageName)) { showPage(PageType.PAGE_NODE_MANAGER); } else if ("page.project.files".equals(pageName)) { showPage(PageType.PAGE_PROJECTS);