textinput/peninputfingerhwrar/src/peninputfingerhwrarindicator.cpp
branchRCL_3
changeset 6 6ceef9a83b1a
parent 5 a47de9135b21
child 7 6defe5d1bd39
--- a/textinput/peninputfingerhwrar/src/peninputfingerhwrarindicator.cpp	Fri Mar 12 15:44:07 2010 +0200
+++ b/textinput/peninputfingerhwrar/src/peninputfingerhwrarindicator.cpp	Mon Mar 15 12:42:02 2010 +0200
@@ -105,8 +105,15 @@
     	}
     
 	CFbsBitmap* bmp;
-	CFbsBitmap* bmpMask;	
-    AknsUtils::CreateColorIconL( AknsUtils::SkinInstance(),
+	CFbsBitmap* bmpMask;
+    AknsUtils::CreateIconL(AknsUtils::SkinInstance(),
+                       id,
+                       bmp,
+                       bmpMask,
+                       bmpFileName,
+                       bmpId,
+                       bmpMskId);	
+    /*AknsUtils::CreateColorIconL( AknsUtils::SkinInstance(),
 				                 id,
 				                 KAknsIIDQsnIconColors,
 				                 colorGroup,
@@ -115,7 +122,7 @@
 				                 bmpFileName,
 				                 bmpId,
 				                 bmpMskId,
-				                 TRgb() );   	
+				                 TRgb() );*/   	
     
 	SetBitmapL(bmp);
 	SetMaskBitmapL(bmpMask);