From 8739596230c19a589a671fa35821604c30a5aca3 Mon Sep 17 00:00:00 2001 From: weirdpeople Date: Thu, 9 Jun 2011 18:38:00 -0500 Subject: [PATCH] fix typo --- src/Theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Theme.py b/src/Theme.py index 6cff6a82c..13fa856e0 100644 --- a/src/Theme.py +++ b/src/Theme.py @@ -155,7 +155,7 @@ def get(value, type = str, default = None): #since the original Frets on Fire. What glow_color allows you to do is set it so #the glow is either the color of the fret it's over or it can be the color the image #actually is (if the image is white then no matter what key is hit the glow will be white) - self.glowColor = get("glow_color", str, "fret") + self.glowColor = get("glow_color", str, "frets") if not self.glowColor == "frets": self.glowColor = self.hexToColor(self.glowColor)