rbutil: fix FS#8661 (Log Windows showed OK button instead of abort while complete installation).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16447 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2008-02-28 20:28:15 +00:00
parent 86a9baf1dc
commit 4e1f2d3da3

View file

@ -325,7 +325,7 @@ void RbUtilQt::completeInstall()
if(smallInstallInner())
return;
logger->undoAbort();
// Fonts
m_error = false;
m_installed = false;