aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/theme-config.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index dd5479b53a..a565d47235 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -115,7 +115,8 @@ void Theme::processSingleLine(const String &section, const String name, const St
_evaluator->getVar(name + ".h"));
}
- setSpecialAlias("prev", name);
+ if (npostfix != 0)
+ setSpecialAlias("prev", name);
}