]> Dogcows Code - chaz/openbox/commitdiff
haha typo etc
authorMikael Magnusson <mikachu@comhem.se>
Fri, 25 May 2007 15:36:26 +0000 (15:36 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Fri, 25 May 2007 15:36:26 +0000 (15:36 +0000)
openbox/screen.c

index 1c058d996b21b06460a0c2d1787fbec3e65f5acd..2e8965e2cd957d609ec13e24fa83e4d43bbcc010 100644 (file)
@@ -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
This page took 0.026687 seconds and 4 git commands to generate.