commit e3b3233230ef694b260503879fd747eca5c266af parent 7c1b137fdb666b5b8cd4afee68f2c98fe19d6add Author: Enno Boland (tox) <tox@s01.de> Date: Tue, 27 Oct 2009 21:59:30 +0100 fixing unexpected closing of tabbed when unmapping it. Diffstat:
tabbed.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/tabbed.c b/tabbed.c @@ -771,8 +771,6 @@ unmapnotify(const XEvent *e) { if((c = getclient(ev->window))) unmanage(c); - else if(ev->window == win) - running = False; } void