fix window autoraise triggering from pointer_slide
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 31 Jan 2013 10:58:27 +0000 (10:58 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 31 Jan 2013 10:58:27 +0000 (10:58 +0000)
ticket #2183

SVN revision: 83507

ChangeLog
NEWS
src/bin/e_border.c

index 78a6f36..5a3e7fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
+2013-01-30 Mike Blumenkrantz
+
+        * fixed window autoraise triggering from pointer slide
+
 2013-01-29 Brian Miculcy
+
         * IBar menu didn't allow to configure different icon sources, show contents menu even on empty IBar.
 
 2013-01-29 Carsten Haitzler
diff --git a/NEWS b/NEWS
index 50405de..b3855f6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -124,3 +124,4 @@ Fixes:
     * fixed possible NULL deref in e_sys when debugging
     * fixed map then unmap race condition for some windows (needs efl 1.8)
     * fixed bug where dragging files into sidebar would move them instead of creating links
+    * fixed window autoraise triggering from pointer slide
index a4c6322..d9b483a 100644 (file)
@@ -10226,6 +10226,7 @@ cleanup:
    ecore_timer_del(warp_timer);
    warp_timer = NULL;
    e_border_focus_lock_set(EINA_FALSE);
+   e_focus_event_mouse_in(warp_timer_border);
    warp_timer_border = NULL;
    return ECORE_CALLBACK_CANCEL;
 }