fixed bug reported on wmii list

This commit is contained in:
garbeam 2006-01-10 19:58:01 +02:00
parent a836cceff0
commit 8c89fb71c4

View File

@ -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