(PropertyNotification) Fix for adding notifications before ProxyObject's scene object... 36/19436/1
authorJulien Heanley <j.heanley@partner.samsung.com>
Tue, 8 Apr 2014 13:01:52 +0000 (14:01 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 11 Apr 2014 14:21:00 +0000 (15:21 +0100)
commitc5aba8d50a3d5e25d36727c81160912017577f66
treebd01fd47845ba74af4d42be303dc3b3bead8dfcd
parentc300dae064d15da729876d1a639b812d4b3d616c
(PropertyNotification) Fix for adding notifications before ProxyObject's scene object has been created

[Issue#]   N/A
[Problem]  Calling PropertyNotification::SetNotifyMode could cause a crash in update thread
[Cause]    The message would be sent off to update scene object value even when scene object had not been created
[Solution] Prevent notify mode message from being sent

Change-Id: I36dabb991873fa1efc5fcb8b7f7bf111847cba3e
Signed-off-by: Julien Heanley <j.heanley@partner.samsung.com>
dali/internal/event/common/property-notification-impl.cpp