- Updated french and dutch translations

- Fixed some typos in engineSelect
- Made search engine plugin install more reliable
- Added some comments
This commit is contained in:
Christophe Dumez 2007-09-01 10:23:39 +00:00
parent 0778f2a19e
commit a597f067e2
62 changed files with 1494 additions and 1059 deletions

View file

@ -471,7 +471,7 @@ class RssManager : public QObject{
connect(downloader, SIGNAL(downloadFailure(QString, QString)), this, SLOT(handleDownloadFailure(QString, QString)));
loadStreamList();
connect(&newsRefresher, SIGNAL(timeout()), this, SLOT(refreshOldFeeds()));
newsRefresher.start(60000);
newsRefresher.start(60000); // 1min
}
~RssManager(){