mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +03:00
Fixes issue #72.
This commit is contained in:
parent
53cdd19a9d
commit
a58a018156
@ -946,7 +946,7 @@ msg_selectframe(Area *a, IxpMsg *m, int sym) {
|
||||
c = win2client(i);
|
||||
if(c == nil)
|
||||
return "unknown client";
|
||||
f = client_viewframe(c, f->view);
|
||||
f = client_viewframe(c, a->view);
|
||||
if(!f)
|
||||
return Ebadvalue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user