Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: ecompmgr.c Log Message: Fix crash in debug stuff. =================================================================== RCS file: /cvs/e/e16/e/src/ecompmgr.c,v retrieving revision 1.173 retrieving revision 1.174 diff -u -3 -r1.173 -r1.174 --- ecompmgr.c 24 Mar 2008 11:12:40 -0000 1.173 +++ ecompmgr.c 29 Mar 2008 08:22:36 -0000 1.174 @@ -1705,7 +1705,8 @@ ECmWinInfo *cw = eo->cmhook; D1printf("ECompMgrWinReparent %#lx %#lx d=%d->%d x,y=%d,%d %d\n", - EobjGetXwin(eo), cw->extents, eo->desk->num, dsk->num, + EobjGetXwin(eo), cw->extents, + (eo->desk) ? (int)eo->desk->num : -1, dsk->num, EobjGetX(eo), EobjGetY(eo), change_xy); if (!eo->shown) ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs