fix a crasher hopefully

This commit is contained in:
Dana Jansens 2003-10-11 14:38:45 +00:00
parent cf397b0e60
commit 7ca410e663

View file

@ -321,6 +321,8 @@ static void event_client_dest(ObClient *client, gpointer data)
focus_in = NULL;
if (client == focus_out)
focus_out = NULL;
if (client == focus_hilite)
focus_hilite = NULL;
}
static void event_done(gpointer data)