summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-27 21:59:30 +0100
committerEnno Boland (tox) <tox@s01.de>2009-10-27 21:59:30 +0100
commite3b3233230ef694b260503879fd747eca5c266af (patch)
treeccaf09db16ac3171c62ac72cef20a0df751d098d
parent7c1b137fdb666b5b8cd4afee68f2c98fe19d6add (diff)
downloadtabbed-e3b3233230ef694b260503879fd747eca5c266af.tar.gz
fixing unexpected closing of tabbed when unmapping it.
-rw-r--r--tabbed.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tabbed.c b/tabbed.c
index ea7d9c1..deaaba6 100644
--- 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