From ec5cc3631211aff38ef379c9e4567085b6c423ec Mon Sep 17 00:00:00 2001 From: sebastid Date: Wed, 31 May 2006 18:43:48 +0000 Subject: [PATCH] Fix paranthesis SVN revision: 23030 --- src/bin/e_actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_actions.c b/src/bin/e_actions.c index 698833889..4b7b325b7 100644 --- a/src/bin/e_actions.c +++ b/src/bin/e_actions.c @@ -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;