summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9638eccea9..ea07223c86 100644
--- a/NEWS
+++ b/NEWS
@@ -232,3 +232,4 @@ Fixes:
* fixed bug where setting min size on a gadget would not be passed to desktop gadgets
* fixed bug where new files could not be created repeatedly
* fixed filemanager spring window closing when dragging from desktop
+ * fixed catching XWindow closes during DND operations on those windows