https://bugs.kde.org/show_bug.cgi?id=384659

--- Comment #1 from Guillaume Stamm <guillaume.st...@gmail.com> ---
I found this part of code: skgimportpluginbackend.cpp

    if (currentList != lastList || !lastDownload.isValid()) {
        nbToDownload = 99999;
        fromDate = QStringLiteral("2000-01-01");
    } else {
        nbToDownload = qMax(lastDownload.daysTo(QDate::currentDate()) * 10,
qint64(20));
        fromDate = SKGServices::dateToSqlString(lastDownload.addDays(-4));
    }

but I do not know why I am not in the second case, using "lastDownload"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to