summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurie Clark-Michalek <bluepeppers@archlinux.us>2010-11-19 20:00:00 +0000
committerLaurie Clark-Michalek <bluepeppers@archlinux.us>2010-11-19 20:00:00 +0000
commit5f23927c3beaec3c0e14a7cae5e96eb6a0f97d3e (patch)
tree60d4079afde2371abdb65980c3b81b2e86d4ae6e
parentd499100fff5c8aab3c48aa0c9f1c4628e64a2657 (diff)
DesktopEnvironment was causing exceptions.
-rw-r--r--archey.new2
1 files changed, 1 insertions, 1 deletions
diff --git a/archey.new b/archey.new
index 5d4a134..a6095c9 100644
--- a/archey.new
+++ b/archey.new
@@ -319,7 +319,7 @@ class DesktopEnvironment(BaseDisplay):
de = ''
for key in DE_DICT.keys():
if key in PROCESSES:
- wm = WM_DICT[key]
+ wm = DE_DICT[key]
break
return wm