diff options
| author | Enno Boland (tox) <tox@s01.de> | 2009-10-27 21:59:30 +0100 |
|---|---|---|
| committer | Enno Boland (tox) <tox@s01.de> | 2009-10-27 21:59:30 +0100 |
| commit | e3b3233230ef694b260503879fd747eca5c266af (patch) | |
| tree | ccaf09db16ac3171c62ac72cef20a0df751d098d | |
| parent | 7c1b137fdb666b5b8cd4afee68f2c98fe19d6add (diff) | |
| download | tabbed-e3b3233230ef694b260503879fd747eca5c266af.tar.gz | |
fixing unexpected closing of tabbed when unmapping it.
| -rw-r--r-- | tabbed.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -771,8 +771,6 @@ unmapnotify(const XEvent *e) { if((c = getclient(ev->window))) unmanage(c); - else if(ev->window == win) - running = False; } void |