[Esbox-commits] r2007 - branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard

eswartz at garage.maemo.org eswartz at garage.maemo.org
Wed Aug 26 17:58:13 EEST 2009


Author: eswartz
Date: 2009-08-26 17:58:11 +0300 (Wed, 26 Aug 2009)
New Revision: 2007

Modified:
   branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerEngine.java
Log:
Fix bug 4378

Modified: branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerEngine.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerEngine.java	2009-08-26 13:39:37 UTC (rev 2006)
+++ branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerEngine.java	2009-08-26 14:58:11 UTC (rev 2007)
@@ -247,6 +247,7 @@
 		
 		IAptInstallerWorkList workList = AptInstallerEngine.newWorkList();
 		
+		workList.queueAddRepository(manager, repository);
 		workList.queueInstallUnknownPackages(manager, installerData.getRequiredPackages());
 
 		return workList;



More information about the Esbox-commits mailing list