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:
parent
4b387a4d07
commit
9b2fdb7953
1 changed files with 2 additions and 0 deletions
|
@ -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)));
|
||||
|
|
Loading…
Reference in a new issue