fixing unexpected closing of tabbed when unmapping it.

This commit is contained in:
Enno Boland (tox) 2009-10-27 21:59:30 +01:00
parent 7c1b137fdb
commit e3b3233230

View File

@ -771,8 +771,6 @@ unmapnotify(const XEvent *e) {
if((c = getclient(ev->window)))
unmanage(c);
else if(ev->window == win)
running = False;
}
void