--- a/widgets/widgetinstaller/src/WidgetInstallerUi.cpp Tue Aug 31 16:17:46 2010 +0300
+++ b/widgets/widgetinstaller/src/WidgetInstallerUi.cpp Wed Sep 01 12:28:30 2010 +0100
@@ -24,9 +24,9 @@
#include "CUIUtils.h"
-#include "WidgetInstallerUi.h"
+#include "WidgetInstallerUI.h"
#include "WidgetUIOperationsWatcher.h"
-#include "bautils.h"
+#include "BAUTILS.H"
using namespace SwiUI;
@@ -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 )
{