fix crash for notification
authorSeongjun Yim <se201.yim@samsung.com>
Fri, 19 Apr 2013 15:21:54 +0000 (00:21 +0900)
committerSeongjun Yim <se201.yim@samsung.com>
Fri, 19 Apr 2013 15:21:54 +0000 (00:21 +0900)
Change-Id: I2db4f103059100725948e9fccf59bc0b81188ee3
Signed-off-by: Seongjun Yim <se201.yim@samsung.com>
src/controls/FWebCtrl_WebNotificationHandler.cpp

index e99a02e..99cd681 100755 (executable)
@@ -153,7 +153,7 @@ _WebNotificationHandler::DrawNotification(Canvas& canvas)
 
        TextElement element;
        element.Construct(__text);
-       element.SetTextColor(__pallete[NOTIFCATION_COLOR_FG_NORMAL]);
+//     element.SetTextColor(__pallete[NOTIFCATION_COLOR_FG_NORMAL]);
 
        enriched.Add(element);
        canvas.DrawText(Point(0, 0), enriched);