Fix paranthesis

SVN revision: 23030
This commit is contained in:
sebastid 2006-05-31 18:43:48 +00:00 committed by sebastid
parent 1487a2d788
commit ec5cc36312
1 changed files with 1 additions and 1 deletions

View File

@ -1382,7 +1382,7 @@ ACT_FN_GO(pointer_resize_push)
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;