aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3be621d..8dec0af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-05-13 Artem Egorkine <ext-artem.egorkine@nokia.com>
+
+ * src/hildon-animation-actor.c,
+ * src/hildon-remote-texture.c:
+ Added proper object cleanup to remove signal handler and object
+ references as HildonAnimationActor and HildonRemoteTexture
+ objects get destroyed.
+
+ Fixes: NB#116682 (Destroying parented animation actors when
+ parent in unmapped leads to crash)
+
2009-05-13 Claudio Saavedra <csaavedra@igalia.com>
Based on a patch by Christian Dywan (christian@imendio.com)