summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2013-11-22 19:48:24 +0900
committerChunEon Park <hermet@hermet.pe.kr>2013-11-22 19:48:24 +0900
commitda3f93ef06cd78654c82470f3f852ea46d70e561 (patch)
treee856b8e1ae6345017d005bb536ef3ae1dfe6097a /ChangeLog
parent60773cdf293abad562bd4d26731f40d1840750de (diff)
downloadelementary-da3f93ef06cd78654c82470f3f852ea46d70e561.tar.gz
elementary/mapbuf - reset the mapbuf correctly when the content is removed(unset)
When the content is removed(or unset) the mapbuf didn't clean up the some stuff such as removing event callback for the content. So the unset content would be tracked still by mapbuf dangling callbacks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7c7dee47..1f88e378e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1747,3 +1747,8 @@
2013-11-05 Amitesh Singh (_ami_)
* hoversel: Added focus support on hoversel items.
+
+2013-11-22 ChunEon Park (Hermet)
+
+ * mapbuf: reset the mapbuf internals correctly when the content is
+ removed(unset)