menufw/hierarchynavigator/hnpresentationmodel/src/hnattributeimage.cpp
branchRCL_3
changeset 26 1b758917cafc
parent 0 f72a12da539e
--- a/menufw/hierarchynavigator/hnpresentationmodel/src/hnattributeimage.cpp	Tue May 25 12:29:32 2010 +0300
+++ b/menufw/hierarchynavigator/hnpresentationmodel/src/hnattributeimage.cpp	Wed Jun 09 09:29:04 2010 +0300
@@ -187,6 +187,10 @@
         {
         iAttrImgProvider = CHnAttrImgProvAppImage::NewL( iApplicationUid );
         }
+    else if ( IsLiwImage() )
+        {
+        iAttrImgProvider = CHnAttrImgProvLiwImage::NewL( iBitmap, iMask );
+        }
     else if ( IsFileImageL() )
         {
         if ( iFileNameSrc.Find( KSvgFileExtension() ) != KErrNotFound )
@@ -198,10 +202,6 @@
         	iAttrImgProvider = CHnAttrImgProvFileImage::NewL( iFileNameSrc );
         	}
         }
-    else if ( IsLiwImage() )
-        {
-        iAttrImgProvider = CHnAttrImgProvLiwImage::NewL( iBitmap, iMask );
-        }
     // if strin couldn't be resolved then provide empty one
     else
         {