--- a/iaupdate/IAD/engine/controller/src/iaupdateinstalloperation.cpp Wed Apr 14 16:05:45 2010 +0300
+++ b/iaupdate/IAD/engine/controller/src/iaupdateinstalloperation.cpp Tue Apr 27 16:46:15 2010 +0300
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
@@ -206,8 +206,8 @@
// Install interface was available.
// So, start installing with silent install operation.
SwiUI::TInstallOptions options(
- IAUpdateUtils::SilentInstallOptionsL(
- Node().Uid(), Node().OwnContentSizeL() ) );
+ IAUpdateUtils::SilentInstallOptionsL( Node() ) );
+
operation = install->SilentInstallL( *this, options );
if( !operation )