widgets/widgetinstaller/src/WidgetInstallerUi.cpp
branchRCL_3
changeset 41 4bd5176e1bc8
parent 0 dd21522fd290
child 48 79859ed3eea9
--- 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 )
       {