[Esbox-commits] r2103 - branches/work_Ed/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:01:03 EEST 2009


Author: eswartz
Date: 2009-09-04 16:00:58 +0300 (Fri, 04 Sep 2009)
New Revision: 2103

Modified:
   branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/SDKTargetSelectionPage.java
Log:
Fix bug #4492

Modified: branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/SDKTargetSelectionPage.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/SDKTargetSelectionPage.java	2009-09-03 20:05:19 UTC (rev 2102)
+++ branches/work_Ed/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)
@@ -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