Cleanly update the version map upon server info update.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19842 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2009-01-24 10:02:23 +00:00
parent 4b387a4d07
commit 9b2fdb7953

View file

@ -144,6 +144,8 @@ void RbUtilQt::updateTabs(int count)
void RbUtilQt::downloadInfo()
{
// make sure the version map is repopulated correctly later.
versmap.clear();
// try to get the current build information
daily = new HttpGet(this);
connect(daily, SIGNAL(done(bool)), this, SLOT(downloadDone(bool)));