Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
focus.c
Log Message:
Fix segv when closing windows.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/focus.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- focus.c 8 Apr 2004 12:54:45 -0000 1.63
+++ focus.c 8 Apr 2004 15:51:26 -0000 1.64
@@ -228,7 +228,10 @@
case FOCUS_EWIN_GONE:
if (ewin != Mode.focuswin)
EDBUG_RETURN_;
- ewin = FocusEwinSelect();
+ if (Conf.focus.mode == MODE_FOCUS_CLICK)
+ ewin = FocusEwinSelect();
+ else
+ ewin = NULL;
break;
case FOCUS_EWIN_NEW:
-------------------------------------------------------
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