raster pushed a commit to branch master.

commit 4b08e7991a750424b7dbaf3927424201901675e3
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sat Aug 24 13:30:32 2013 +0900

    also dont access null bd pointer here either.
---
 src/bin/e_border.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_border.c b/src/bin/e_border.c
index 7ccb2be..a98c009 100644
--- a/src/bin/e_border.c
+++ b/src/bin/e_border.c
@@ -6461,7 +6461,7 @@ _e_border_cb_mouse_x_wheel(void *d EINA_UNUSED, int t 
EINA_UNUSED, Ecore_Event_M
    E_Border *bd;
    E_Binding_Event_Wheel ev2;
 
-   if (action_input_win)
+   if (action_border)
      bd = action_border;
    else
      {
@@ -6560,7 +6560,7 @@ _e_border_cb_mouse_x_down(void *d EINA_UNUSED, int t 
EINA_UNUSED, Ecore_Event_Mo
    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