Fixes issue #72.

This commit is contained in:
Kris Maglione 2009-10-06 22:58:00 -04:00
parent 53cdd19a9d
commit a58a018156

View File

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