[Esbox-commits] r1858 - 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
Thu Jul 9 20:08:46 EEST 2009
Author: eswartz
Date: 2009-07-09 20:08:42 +0300 (Thu, 09 Jul 2009)
New Revision: 1858
Modified:
branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/FremantleLicenseAgreementPage.java
Log:
Only accept the matched repository URL, not any garbage text around it
Modified: branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/FremantleLicenseAgreementPage.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/FremantleLicenseAgreementPage.java 2009-07-09 16:42:15 UTC (rev 1857)
+++ branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/nokiabin/FremantleLicenseAgreementPage.java 2009-07-09 17:08:42 UTC (rev 1858)
@@ -171,7 +171,7 @@
return false;
//Debian Repository of Nokia binaries
- getWizard().putParamter("repoURL", repoURL);
+ getWizard().putParamter("repoURL", matcher.group());
//Packages to install
Set<String> meta_packages = new HashSet<String>();
More information about the Esbox-commits
mailing list