diff -r 8bfb9186a8b8 -r 4bd5176e1bc8 widgets/widgetinstaller/src/WidgetInstallerUi.cpp --- a/widgets/widgetinstaller/src/WidgetInstallerUi.cpp Tue May 11 17:13:44 2010 +0300 +++ b/widgets/widgetinstaller/src/WidgetInstallerUi.cpp Tue May 25 13:52:38 2010 +0300 @@ -146,13 +146,13 @@ void CWidgetInstallerUI::SilentInstallL( RFile& aFile, TInstallReq& aInstallParams, TBool /*aIsDRM*/, - TInstallOptions& /*aOptions*/, + TInstallOptions& aOptions, TRequestStatus& aStatus ) { __ASSERT_ALWAYS( !iWatcher, User::Leave( KErrInUse ) ); TRAPD( err , iWatcher = CWidgetUIOperationsWatcher::NewL(); - iWatcher->SilentInstallL( aFile, aInstallParams.iMIME, aStatus ); + iWatcher->SilentInstallL( aFile, aInstallParams.iMIME, aOptions.iDrive, aStatus ); ); if ( KErrNone != err ) {