diff -r 220a17280356 -r 1f3c3f2f5b0a widgets/widgetinstaller/src/WidgetUIOperationsWatcher.cpp --- a/widgets/widgetinstaller/src/WidgetUIOperationsWatcher.cpp Fri Mar 12 15:48:51 2010 +0200 +++ b/widgets/widgetinstaller/src/WidgetUIOperationsWatcher.cpp Mon Mar 15 12:44:50 2010 +0200 @@ -133,7 +133,7 @@ CWidgetPropertyValue* value = CWidgetPropertyValue::NewL(); User::LeaveIfError( iPropertyValues.Insert( value, i ) ); } - *(iPropertyValues[EWidgetPropertyListVersion]) = WIDGETPROPERTYLISTVERSION; + *(iPropertyValues[EWidgetPropertyListVersion]) = KWidgetPropertyListVersion71; iTaskManager = CTaskManager::NewL(); }