Skip to content
Snippets Groups Projects
Commit f71d0c0a authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Maemo: Fix device name update in deployment widget.

parent 9ff17a82
Branches
Tags
No related merge requests found
...@@ -86,6 +86,7 @@ void MaemoDeployStepWidget::setCurrentDeviceConfig(int index) ...@@ -86,6 +86,7 @@ void MaemoDeployStepWidget::setCurrentDeviceConfig(int index)
SLOT(handleDeviceUpdate())); SLOT(handleDeviceUpdate()));
m_step->setDeviceConfig(index); m_step->setDeviceConfig(index);
connect(m_step, SIGNAL(deviceConfigChanged()), SLOT(handleDeviceUpdate())); connect(m_step, SIGNAL(deviceConfigChanged()), SLOT(handleDeviceUpdate()));
updateSummary();
} }
void MaemoDeployStepWidget::setDeployToSysroot(bool doDeploy) void MaemoDeployStepWidget::setDeployToSysroot(bool doDeploy)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment