]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/desktop.c
remove trailing whitespace
[chaz/openbox] / openbox / actions / desktop.c
index 0e9ad7399d192fd0b8dce391e6a4be7dac6145e5..d3a0d0c30edeaba16c5387053400328d1b8ca906 100644 (file)
@@ -55,8 +55,7 @@ static gpointer setup_go_func(ObParseInst *i, xmlDocPtr doc,
 
     if ((n = parse_find_node("to", node))) {
         gchar *s = parse_string(doc, n);
-        if (!g_ascii_strcasecmp(s, "last") ||
-            !g_ascii_strcasecmp(s, "previous"))
+        if (!g_ascii_strcasecmp(s, "last"))
             o->type = LAST;
         else if (!g_ascii_strcasecmp(s, "next")) {
             o->type = RELATIVE;
@@ -123,7 +122,7 @@ static gboolean run_func(ObActionsData *data, gpointer options)
     Options *o = options;
     guint d;
 
-    
+
 
     switch (o->type) {
     case LAST:
This page took 0.019873 seconds and 4 git commands to generate.