mirror of
https://github.com/0intro/wmii
synced 2024-11-21 21:31:33 +03:00
Fixes issue #242
This commit is contained in:
parent
708db8d88c
commit
594b9f508d
@ -453,7 +453,7 @@ view_detach(Frame *f) {
|
||||
|
||||
event("ViewDetach %s %#C\n", v->name, c);
|
||||
view_update(v);
|
||||
if(view != selview && empty_p(v))
|
||||
if(v != selview && empty_p(v))
|
||||
view_destroy(v);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user