diff options
author | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2010-11-19 20:00:00 +0000 |
---|---|---|
committer | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2010-11-19 20:00:00 +0000 |
commit | 5f23927c3beaec3c0e14a7cae5e96eb6a0f97d3e (patch) | |
tree | 60d4079afde2371abdb65980c3b81b2e86d4ae6e | |
parent | d499100fff5c8aab3c48aa0c9f1c4628e64a2657 (diff) |
DesktopEnvironment was causing exceptions.
-rw-r--r-- | archey.new | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |