From: Mikael Magnusson Date: Fri, 25 May 2007 15:36:26 +0000 (+0000) Subject: haha typo etc X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=cca8a9030154a13c05d63ab700bc94c578707891;p=chaz%2Fopenbox haha typo etc --- diff --git a/openbox/screen.c b/openbox/screen.c index 1c058d99..2e8965e2 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -537,8 +537,8 @@ void screen_set_desktop(guint num, gboolean dofocus) with us, they don't get hidden */ if (dofocus - && (!focus_client || (focus->client.desktop != DESKTOP_ALL - && focus->client.desktop != num)) + && (!focus_client || (focus_client->desktop != DESKTOP_ALL + && focus_client->desktop != num)) && (c = focus_fallback(TRUE))) { /* only do the flicker reducing stuff ahead of time if we are going