[Esbox-commits] r448 - trunk/org.indt.esbox.python.ui/src/org/indt/esbox/python/ui/wizards
carolina at garage.maemo.org
carolina at garage.maemo.org
Thu Feb 28 22:05:32 EET 2008
Author: carolina
Date: 2008-02-28 22:05:16 +0200 (Thu, 28 Feb 2008)
New Revision: 448
Modified:
trunk/org.indt.esbox.python.ui/src/org/indt/esbox/python/ui/wizards/ESboxPythonCommonProjectWizard.java
Log:
The "Next" button in "Empty Project" on the last window has disabled.
Modified: trunk/org.indt.esbox.python.ui/src/org/indt/esbox/python/ui/wizards/ESboxPythonCommonProjectWizard.java
===================================================================
--- trunk/org.indt.esbox.python.ui/src/org/indt/esbox/python/ui/wizards/ESboxPythonCommonProjectWizard.java 2008-02-28 20:00:41 UTC (rev 447)
+++ trunk/org.indt.esbox.python.ui/src/org/indt/esbox/python/ui/wizards/ESboxPythonCommonProjectWizard.java 2008-02-28 20:05:16 UTC (rev 448)
@@ -382,10 +382,6 @@
this.addPage(configPage);
}
- if (page == configPage) {
- return null;
- }
-
return super.getNextPage(page);
}
More information about the Esbox-commits
mailing list