haha typo etc

This commit is contained in:
Mikael Magnusson 2007-05-25 15:36:26 +00:00
parent 91dbbeb65e
commit cca8a90301

View file

@ -537,8 +537,8 @@ void screen_set_desktop(guint num, gboolean dofocus)
with us, they don't get hidden with us, they don't get hidden
*/ */
if (dofocus if (dofocus
&& (!focus_client || (focus->client.desktop != DESKTOP_ALL && (!focus_client || (focus_client->desktop != DESKTOP_ALL
&& focus->client.desktop != num)) && focus_client->desktop != num))
&& (c = focus_fallback(TRUE))) && (c = focus_fallback(TRUE)))
{ {
/* only do the flicker reducing stuff ahead of time if we are going /* only do the flicker reducing stuff ahead of time if we are going