summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@samsung.com>2013-11-20 20:04:58 +0900
committerCedric Bail <cedric.bail@samsung.com>2013-11-20 20:05:32 +0900
commit4096a185232ce685db92b391d8a8cc241a090b2c (patch)
tree7b238a54368797b1061c38ba0782c0bd548a8d24 /ChangeLog
parent21b82129025d96d872d2d7fda1eb62c67a5b5207 (diff)
downloadefl-4096a185232ce685db92b391d8a8cc241a090b2c.tar.gz
edje: fix use of eina_hash_pointer_new to actually look at the right value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c3dea3a93..b9c4c2859c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2013-11-20 Cedric Bail
* Eina: Fix a possible race condition during eina_file_close.
+ * Edje: Fix use of eina_hash_pointer to actually look at the pointer.
2013-11-19 Tom Hacohen