Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ecompmgr.c 


Log Message:
Fix segv.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ecompmgr.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -3 -r1.58 -r1.59
--- ecompmgr.c  11 Sep 2005 10:39:16 -0000      1.58
+++ ecompmgr.c  11 Sep 2005 11:29:29 -0000      1.59
@@ -1069,6 +1069,9 @@
 {
    ECmWinInfo         *cw = eo->cmhook;
 
+   if (!cw)
+      return;
+
    if (Conf_compmgr.fading.enable && eo->fade)
       ECompMgrWinFade(eo, cw->opacity, opacity);
    else




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to