idlehomescreen/widgetmanager/tsrc/wmunittest/src/wmunittest_converter.cpp
changeset 2 08c6ee43b396
parent 1 5315654608de
child 19 79311d856354
--- a/idlehomescreen/widgetmanager/tsrc/wmunittest/src/wmunittest_converter.cpp	Thu Jan 07 12:39:41 2010 +0200
+++ b/idlehomescreen/widgetmanager/tsrc/wmunittest/src/wmunittest_converter.cpp	Mon Jan 18 20:10:36 2010 +0200
@@ -69,10 +69,10 @@
     User::LeaveIfError( aItem.GetNextString( inputStr ) );
     if ( inputStr.Length() == 0 ) User::Leave( KErrArgument );
 
-    TRAPD( err, iImageConverter->HandleIconStringL( 40, 40, inputStr ) );
+    TInt err = iImageConverter->HandleIconString( 40, 40, inputStr );
     if ( err != KErrNone )
         {
-        _LOG("ImageConverterConvertL:HandleIconStringL returns with leave");
+        _LOG("ImageConverterConvertL:HandleIconString returns Error!!!");
         iConversionReady = ETrue;
         iConversionError = err;
         }