projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d297f09
)
block signal binds on deleted borders
author
discomfitor
<michael.blumenkrantz@gmail.com>
Thu, 19 Sep 2013 18:47:42 +0000
(19:47 +0100)
committer
discomfitor
<michael.blumenkrantz@gmail.com>
Thu, 19 Sep 2013 19:09:41 +0000
(20:09 +0100)
probably fixes pointer getting stuck on move/resize from internal windows
src/bin/e_border.c
patch
|
blob
|
history
diff --git
a/src/bin/e_border.c
b/src/bin/e_border.c
index 8a082fef7b735281f8065f5e29e810fa5819de47..30cf4d995d7354a942c247d9a18b82ec069a1a66 100644
(file)
--- a/
src/bin/e_border.c
+++ b/
src/bin/e_border.c
@@
-6365,7
+6365,7
@@
_e_border_cb_signal_bind(void *data,
E_Border *bd;
bd = data;
- if (e_dnd_active()) return;
+ if (e_dnd_active()
|| e_object_is_del(E_OBJECT(bd))
) return;
e_bindings_signal_handle(E_BINDING_CONTEXT_WINDOW, E_OBJECT(bd),
emission, source);
}