discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=466ceca59be3915a038734c4d58ec2e4d160ddaa
commit 466ceca59be3915a038734c4d58ec2e4d160ddaa Author: Mike Blumenkrantz <[email protected]> Date: Wed Aug 12 17:45:34 2015 -0400 don't toggle screensaver twice on x11 xdnd selection owner change --- src/modules/xwayland/dnd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/xwayland/dnd.c b/src/modules/xwayland/dnd.c index 59f9c81..0705d22 100644 --- a/src/modules/xwayland/dnd.c +++ b/src/modules/xwayland/dnd.c @@ -219,7 +219,6 @@ _xwl_fixes_selection_notify(void *d EINA_UNUSED, int t EINA_UNUSED, Ecore_X_Even source->cancelled = _xwayland_cancelled_send; source->mime_types = namelist; free(names); - e_screensaver_inhibit_toggle(1); } else { --
