projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d593db
)
previous should not mean the same as last
author
Mikael Magnusson
<mikachu@comhem.se>
Sat, 14 Jul 2007 23:41:30 +0000
(
01:41
+0200)
committer
Mikael Magnusson
<mikachu@comhem.se>
Sat, 14 Jul 2007 23:41:30 +0000
(
01:41
+0200)
openbox/actions/desktop.c
patch
|
blob
|
history
diff --git
a/openbox/actions/desktop.c
b/openbox/actions/desktop.c
index 0e9ad7399d192fd0b8dce391e6a4be7dac6145e5..0620c453b191dc694ecd30b7b5632c38e11284ff 100644
(file)
--- a/
openbox/actions/desktop.c
+++ b/
openbox/actions/desktop.c
@@
-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;