*^^*
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 44441c9..3eea00d 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);
     }