From: Dana Jansens Date: Sat, 22 Mar 2003 13:18:45 +0000 (+0000) Subject: blef X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=a5b371cfe73084236223ae8f3755d1a286f780ea;p=chaz%2Fopenbox blef --- diff --git a/openbox/screen.c b/openbox/screen.c index e9d0ce1a..82e51f4b 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -432,7 +432,7 @@ void screen_update_struts() g_free(strut); strut = g_new0(Strut, screen_num_desktops + 1); - for (it = client_list; it; it = it->next) { + for (it = client_list; it != NULL; it = it->next) { Client *c = it->data; if (c->iconic) continue; /* these dont count in the strut */