Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_actions.c Log Message: Fix paranthesis =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_actions.c,v retrieving revision 1.58 retrieving revision 1.59 diff -u -3 -r1.58 -r1.59 --- e_actions.c 31 May 2006 16:46:02 -0000 1.58 +++ e_actions.c 31 May 2006 18:43:48 -0000 1.59 @@ -1382,7 +1382,7 @@ bd = (E_Border *)obj; if ((bd->lock_user_size) || (bd->shaded) || (bd->shading) || (bd->fullscreen) || - ((bd->maximized == E_MAXIMIZE_FULLSCREEN)) && (!e_config->allow_manip)) + ((bd->maximized == E_MAXIMIZE_FULLSCREEN) && (!e_config->allow_manip))) return; if (bd->zone) man = bd->zone->container->manager; _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs