From 1a820256b176265fe8bed430808cedc19793f406 Mon Sep 17 00:00:00 2001 From: Pawel Polanski Date: Mon, 26 Jul 2010 15:15:49 +0200 Subject: User installation has is launched if silent one fails. For Symbian OS --- src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp') diff --git a/src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp b/src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp index b927b74c4c..129f52f7cc 100644 --- a/src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp +++ b/src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp @@ -258,7 +258,7 @@ void S60DeployStep::startDeployment() m_launcher->setCopyFileName(m_signedPackage, copyDst); m_launcher->setInstallFileName(copyDst); m_launcher->setInstallationDrive(m_installationDrive); - m_launcher->setInstallationMode(m_silentInstall?trk::Launcher::InstallationModeSilent: + m_launcher->setInstallationMode(m_silentInstall?trk::Launcher::InstallationModeSilentAndUser: trk::Launcher::InstallationModeUser); m_launcher->addStartupActions(trk::Launcher::ActionCopyInstall); -- cgit v1.2.1