[Esbox-commits] r2104 - trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin
eswartz at garage.maemo.org
eswartz at garage.maemo.org
Fri Sep 4 16:02:14 EEST 2009
Author: eswartz
Date: 2009-09-04 16:02:13 +0300 (Fri, 04 Sep 2009)
New Revision: 2104
Modified:
trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/SDKTargetSelectionPage.java
Log:
Merge rev 2103 from work_Ed branch
Modified: trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/SDKTargetSelectionPage.java
===================================================================
--- trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/SDKTargetSelectionPage.java 2009-09-04 13:00:58 UTC (rev 2103)
+++ trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/SDKTargetSelectionPage.java 2009-09-04 13:02:13 UTC (rev 2104)
@@ -137,6 +137,7 @@
targetTree.setSubtreeChecked(event.getElement(), event.getChecked());
if (event.getChecked())
targetTree.expandToLevel(event.getElement(), TreeViewer.ALL_LEVELS);
+ _page.setPageComplete(validatePage());
}
});
More information about the Esbox-commits
mailing list