From 968448c9cdd2583225cff015b43aeeb9d1c304da Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 23 May 2012 21:05:28 +0200 Subject: ZipIntaller: use file timestamp if version string is missing. Instead of using some arbitrary and not really useful string use the timestamp of the downloaded file if version string is provided by the caller. This also makes it possible to check if the downloaded file is actually a different one. Use it for manual and game file downloads, as this gives more reasonable values than using the date transmitted for daily (archived) build and as support for archived builds will be removed shortly. Change-Id: I0c751fabe7bb516edca93a5f73f077a611d4ef87 --- rbutil/rbutilqt/gui/manualwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil/rbutilqt/gui/manualwidget.cpp') diff --git a/rbutil/rbutilqt/gui/manualwidget.cpp b/rbutil/rbutilqt/gui/manualwidget.cpp index 3bc795f098..ae38980479 100644 --- a/rbutil/rbutilqt/gui/manualwidget.cpp +++ b/rbutil/rbutilqt/gui/manualwidget.cpp @@ -127,7 +127,7 @@ void ManualWidget::downloadManual(void) } qDebug() << "[ManualWidget] Manual URL:" << manualurl; - installer->setLogVersion(ServerInfo::value(ServerInfo::DailyDate).toString()); + installer->setLogVersion(); installer->setUrl(manualurl); installer->setUnzip(false); -- cgit v1.2.3