From: Dana Jansens Date: Sat, 11 Oct 2003 14:38:45 +0000 (+0000) Subject: fix a crasher hopefully X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=7ca410e66357706e36ea740b49d899be832da671;p=chaz%2Fopenbox fix a crasher hopefully --- diff --git a/openbox/event.c b/openbox/event.c index 6df7098e..05024e72 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -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)