From d77c8f62f2f908cfe1d09686a35dce1ccaf65aec Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 19 Aug 2006 20:34:27 +0000 Subject: a more proper fix for the client list menu trying to activate a closed client, no difference on end result --- openbox/client.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index f1a29529..e80b84f1 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2856,9 +2856,6 @@ void client_unfocus(ObClient *self) void client_activate(ObClient *self, gboolean here) { - /* This check is for the client_list_menu trying to activate - * a closed client. */ - if (!g_list_find(client_list, self)) return; if (client_normal(self) && screen_showing_desktop) screen_show_desktop(FALSE); if (self->iconic) -- cgit v1.2.3