diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-10 17:11:46 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-10 17:11:46 +0000 |
| commit | 396eb330ac99708de781b6ef192cfda0a1afe720 (patch) | |
| tree | 4d72b7f7920dd607e8dbf386bfd65a8fc7278099 /openbox | |
| parent | d4f192394f94e0170e4b08577f7e1ebeff02a19c (diff) | |
oops, copypaste
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/action.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
