summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Blumenkrantz <m.blumenkran@samsung.com>2013-10-03 10:06:54 +0100
committerMike Blumenkrantz <m.blumenkran@samsung.com>2013-10-03 10:12:44 +0100
commit9ad177dd607accbe6623dc4db22a3f8d39b199b8 (patch)
tree366afccf4cd862d26c75edc5f023b255ce3df212 /ChangeLog
parentfbe015de2e8c9be553f0218396e97b9080d9aca9 (diff)
downloadenlightenment-9ad177dd607accbe6623dc4db22a3f8d39b199b8.tar.gz
bugfix: add handler for xwindow hiding in dnd
this fixes the case where a drag is occurring on a window and the window is closed/hidden before the dnd leave event occurs. previously this would break things to a moderate degree and cause further dnd operations to fail, but now we bravely soldier onward
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38e1633225..3815b9bdd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2013-10-03 Mike Blumenkrantz
* Fix filemanager spring window closing when dragging from desktop
+ * Catch XWindow closes during DND operations on those windows
2013-09-19 Mike Blumenkrantz