Hi,

when a winprop contains a "target" statement and that frame does not exist,
ion crashes
when a matching window is opened.

I fixed it by adding the following into clientwin.c:handle_target_props() 

(...)
        r=lookup_region(target_name, NULL);

       /* NEW: check whether region exists ! */
        if (r == NULL)
        {
            if(!extl_table_is_bool_set(cwin->proptab, "fullscreen"))
                    return FALSE;
            return clientwin_enter_fullscreen(cwin,
                    clientwin_get_switchto(cwin));
        }
(...)

Cheers,

Felix.

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualit�tssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post

Reply via email to