Update change log and spec for wrt-plugins-tizen_0.4.56
authorDongjin Choi <milkelf.choi@samsung.com>
Wed, 17 Jul 2013 11:15:44 +0000 (20:15 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Wed, 17 Jul 2013 11:15:44 +0000 (20:15 +0900)
[model] REDWOOD
[binary_type] PDA
[customer] OPEN

[Issue] N_SE-46653
[Problem] Notification still appears after checking that message from chatter
[Cause] msg_update_read_status is needed for notification update
[Solution] call msg_update_read_status

[team] WebAPI
[request] N/A
[horizontal_expansion] N/A

UnitTC passed.

packaging/wrt-plugins-tizen.spec
src/Messaging/ReqReceiverMessage.cpp

index 8042a33..2b0dc62 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       wrt-plugins-tizen
 Summary:    JavaScript plugins for WebRuntime
-Version:    0.4.55
+Version:    0.4.56
 Release:    0
 Group:      Development/Libraries
 License:    Apache License, Version 2.0
index 46181af..5ca1a79 100644 (file)
@@ -360,8 +360,8 @@ void ReqReceiverMessage::OnRequestReceived(const EventUpdateMessagesPtr& event)
         {
 //            int type = msg[i]->getMessageType();
             std::string id = msg[i]->getId();
+            msg[i]->updateIsRead();
             msg[i]->updateMessage();                   
-//            msg[i]->updateIsRead();                  
         }
     }
     Catch(WrtDeviceApis::Commons::PlatformException) {