From ae393e4c27514b74e3c7e3f9f330b7578923801f Mon Sep 17 00:00:00 2001 From: Eric Schuele Date: Sat, 28 Apr 2007 14:52:29 +0000 Subject: [PATCH] Allow windows being pushed around to be pushed over the space once occupied by a presently iconic window SVN revision: 29752 --- 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 f581af10f..24733802c 100644 --- a/src/bin/e_actions.c +++ b/src/bin/e_actions.c @@ -860,7 +860,7 @@ ACT_FN_GO(window_push) while (cur != NULL) { - if ((bd->desk == cur->desk) && (bd != cur)) + if ((bd->desk == cur->desk) && (bd != cur) && (!cur->iconic)) { if ((dir == E_DIRECTION_LEFT) && (cur->x + cur->w < bd->x)