Maemo: Bugfix: Update state of run config when deploy settings change.

An added or removed deployment setting for an executable
can change whether it's runnable or not.

Reviewed-by: Tobias Hunger
This commit is contained in:
Christian Kandeler
2010-10-08 15:14:23 +02:00
parent c5e743e6c9
commit 60cf5fe8cc

View File

@@ -284,6 +284,7 @@ void MaemoRunConfigurationWidget::updateTargetInformation()
void MaemoRunConfigurationWidget::handleDeploySpecsChanged()
{
m_remoteExecutableLabel->setText(m_runConfiguration->remoteExecutableFilePath());
m_runConfiguration->updateFactoryState();
}
void MaemoRunConfigurationWidget::handleBuildConfigChanged()