commit 8c89fb71c4a328eda32de8c47f51a3a33473b06d parent a836cceff0abc158e25a650379e60b0e9be73d09 Author: garbeam <garbeam@localhost> Date: Tue, 10 Jan 2006 19:58:01 +0200 fixed bug reported on wmii list Diffstat:
| cmd/wm/frame.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmd/wm/frame.c b/cmd/wm/frame.c @@ -282,8 +282,8 @@ handle_frame_buttonpress(XButtonEvent * e, Frame * f) f->area->layout->focus(f, False); bindex = WM_EVENT_B2PRESS - 2 + e->button; /* frame mouse handling */ - if(f->file[bindex]->content) - wmii_spawn(dpy, f->file[bindex]->content); + if(def[bindex]->content) + wmii_spawn(dpy, def[bindex]->content); } void