downloadcontroller, wartezeit fixed

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@5922 ebf7c1c2-ba36-0410-9fe8-c592906822b4
This commit is contained in:
jiaz 2009-05-28 22:44:38 +00:00
parent 0784b93910
commit 2c89b288c1

View File

@ -507,7 +507,7 @@ public class DownloadWatchDog implements ControlListener, DownloadControllerList
if (!reachedStopMark()) ret = setDownloadActive();
}
if (ret == 0) {
if (!hasInProgressLinks || !hasTempDisabledLinks && !hasInProgressLinks && !hasWaittimeLinks && getNextDownloadLink() == null && activeDownloads == 0) {
if (!hasTempDisabledLinks && !hasInProgressLinks && !hasWaittimeLinks && getNextDownloadLink() == null && activeDownloads == 0) {
/*
* nur runterzählen falls auch erlaubt war
* nen download zu starten