From 396eb330ac99708de781b6ef192cfda0a1afe720 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 10 Sep 2003 17:11:46 +0000 Subject: [PATCH] oops, copypaste --- openbox/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/action.c b/openbox/action.c index 98097d7a..51de17da 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1236,7 +1236,7 @@ void action_growtoedge(union ActionData *data) if (!c) return; - a = = screen_area(c->desktop); + a = screen_area(c->desktop); x = c->frame->area.x; y = c->frame->area.y; width = c->frame->area.width; -- 2.45.2