Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ecompmgr.c 


Log Message:
Unregister external override redirect windows on destroy.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ecompmgr.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- ecompmgr.c  14 May 2005 10:04:01 -0000      1.30
+++ ecompmgr.c  15 May 2005 20:01:30 -0000      1.31
@@ -2030,7 +2030,7 @@
        break;
      case DestroyNotify:
        eo = EobjListStackFind(ev->xdestroywindow.window);
-       if (eo && eo->type == EOBJ_TYPE_EXT && eo->cmhook)
+       if (eo && eo->type == EOBJ_TYPE_EXT)
          {
             ECompMgrWinDel(eo, True, True);
             EobjUnregister(ev->xdestroywindow.window);




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to