discomfitor pushed a commit to branch master.

commit 2be89a21a26b355702c415d4849ec376ffbb4a84
Author: discomfitor <[email protected]>
Date:   Thu Aug 22 18:32:06 2013 +0100

    use right check on mouse_x_up to prevent random crashes
---
 src/bin/e_border.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_border.c b/src/bin/e_border.c
index ba83870..7ccb2be 100644
--- a/src/bin/e_border.c
+++ b/src/bin/e_border.c
@@ -6633,7 +6633,7 @@ _e_border_cb_mouse_x_up(void *d EINA_UNUSED, int t 
EINA_UNUSED, Ecore_Event_Mous
    E_Border *bd;
    E_Binding_Event_Mouse_Button ev2;
 
-   if (action_input_win)
+   if (action_border)
      bd = action_border;
    else
      {

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

Reply via email to