diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-19 20:34:27 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-19 20:34:27 +0000 |
| commit | d77c8f62f2f908cfe1d09686a35dce1ccaf65aec (patch) | |
| tree | 9156605b933cb60ebcad63959809134796784232 /openbox/client.c | |
| parent | 71ba050bfa22a45b9ce7f6cdf72979eb411d67b4 (diff) | |
a more proper fix for the client list menu trying to activate a closed client, no difference on end result
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 3 |
1 files changed, 0 insertions, 3 deletions
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) |
