Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        focus.c 


Log Message:
Fix segv when closing windows (properly this time).
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/focus.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- focus.c     9 Apr 2004 13:45:59 -0000       1.65
+++ focus.c     10 Apr 2004 07:22:45 -0000      1.66
@@ -228,6 +228,7 @@
      case FOCUS_EWIN_GONE:
        if (ewin != Mode.focuswin)
           EDBUG_RETURN_;
+       Mode.focuswin = NULL;
        if (Conf.focus.mode == MODE_FOCUS_CLICK)
           ewin = FocusEwinSelect();
        else




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to