rbutil: let rbutil use the new voice.zip files. Also make the download cache working again. (make sure to connect signals before calling getFile() ).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16917 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2008-04-01 18:02:56 +00:00
parent e249ecc85b
commit 2016ab4c96
6 changed files with 39 additions and 16 deletions

View file

@ -183,8 +183,8 @@ void ThemesInstallWindow::updateDetails(int row)
}
igetter.setCache(infocachedir);
}
igetter.getFile(img);
connect(&igetter, SIGNAL(done(bool)), this, SLOT(updateImage(bool)));
igetter.getFile(img);
}