Update displayed settings on startup.

Update the target values in the main window immediately on startup. Downloading
the target information might not complete successfully, and in that case a
previously selected target will not be shown. If the target information
download finishes the displayed values are updated again (to show target status
information).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31546 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2012-01-03 21:52:19 +00:00
parent 2b04f7bba5
commit f36f7825d7

View file

@ -107,6 +107,7 @@ RbUtilQt::RbUtilQt(QWidget *parent) : QMainWindow(parent)
RegCloseKey(hk); RegCloseKey(hk);
} }
#endif #endif
updateSettings();
downloadInfo(); downloadInfo();
m_gotInfo = false; m_gotInfo = false;