]> Dogcows Code - chaz/openbox/commitdiff
*^^*
authorDana Jansens <danakj@orodu.net>
Wed, 11 Jul 2007 21:43:57 +0000 (21:43 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 11 Jul 2007 21:43:57 +0000 (21:43 +0000)
openbox/actions/directionalcyclewindows.c

index 44441c93c33002975a534ea1ff25d4c7bdd9c9a1..3eea00d1bd01c7deefaa7615183662a766100959 100644 (file)
@@ -65,11 +65,11 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node)
             o->direction = OB_DIRECTION_EAST;
         else if (!g_ascii_strcasecmp(s, "south") ||
                  !g_ascii_strcasecmp(s, "down"))
-            o->direction = OB_DIRECTION_NORTH;
+            o->direction = OB_DIRECTION_SOUTH;
         else if (!g_ascii_strcasecmp(s, "southwest"))
-            o->direction = OB_DIRECTION_NORTHWEST;
+            o->direction = OB_DIRECTION_SOUTHWEST;
         else if (!g_ascii_strcasecmp(s, "southeast"))
-            o->direction = OB_DIRECTION_NORTHEAST;
+            o->direction = OB_DIRECTION_SOUTHEAST;
         g_free(s);
     }
 
This page took 0.022655 seconds and 4 git commands to generate.