fixing unexpected closing of tabbed when unmapping it. - ttabbed - Simple tabbing application for X11.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e3b3233230ef694b260503879fd747eca5c266af
 (DIR) parent 7c1b137fdb666b5b8cd4afee68f2c98fe19d6add
 (HTM) 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(-)
       ---
 (DIR) 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