[hackers] [tabbed] Allowing xterm again to be run in tabbed. || Christoph Lohmann
commit 66021e959ca27b9be90e1440592812345404a452
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Sun Jan 6 14:56:45 2013 +0100
Allowing xterm again to be run in tabbed.
Thanks "Oleg O. Chukaev" <oleg.chukaev_AT_mail.ru> for reporting this!
diff --git a/tabbed.c b/tabbed.c
index b08d4f4..a4127db 100644
--- a/tabbed.c
+++ b/tabbed.c
_AT_@ -730,7 +730,7 @@ void
maprequest(const XEvent *e) {
const XMapRequestEvent *ev = &e->xmaprequest;
- if(getclient(ev->window) > -1)
+ if(getclient(ev->window) < 0)
manage(ev->window);
}
Received on Sun Jan 06 2013 - 14:57:51 CET
This archive was generated by hypermail 2.3.0
: Sun Jan 06 2013 - 15:00:10 CET