From 66b85d560c2631bf0b4c37ce64272973fcd38bc9 Mon Sep 17 00:00:00 2001 From: Seongjun Yim Date: Sat, 20 Apr 2013 00:21:54 +0900 Subject: [PATCH] fix crash for notification Change-Id: I2db4f103059100725948e9fccf59bc0b81188ee3 Signed-off-by: Seongjun Yim --- src/controls/FWebCtrl_WebNotificationHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controls/FWebCtrl_WebNotificationHandler.cpp b/src/controls/FWebCtrl_WebNotificationHandler.cpp index e99a02e..99cd681 100755 --- a/src/controls/FWebCtrl_WebNotificationHandler.cpp +++ b/src/controls/FWebCtrl_WebNotificationHandler.cpp @@ -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); -- 2.7.4