forked from len0rd/rockbox
Fix a crash when trying to download the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15086 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6d08116691
commit
983409383f
1 changed files with 1 additions and 0 deletions
|
|
@ -831,6 +831,7 @@ void RbUtilQt::downloadManual(void)
|
|||
installer->setCache(userSettings->value("cachepath", QDir::tempPath()).toString());
|
||||
installer->setProxy(proxy());
|
||||
installer->setLogSection(section);
|
||||
installer->setLogVersion(date);
|
||||
installer->setUrl(manualurl);
|
||||
installer->setUnzip(false);
|
||||
installer->setTarget(target);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue