summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-19 18:18:15 +0100
committerhut <hut@lavabit.com>2010-01-19 18:18:39 +0100
commit2d32d870e21c533872fc18cf9b93a8756b123992 (patch)
tree6d6e405d630abd4457ad78c9591b939c3c88d3cb
parent0268e3c3ff6b2235d0ca072c396b2b94ee13710b (diff)
downloadranger-2d32d870e21c533872fc18cf9b93a8756b123992.tar.gz
typo
-rw-r--r--ranger/gui/widgets/titlebar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/gui/widgets/titlebar.py b/ranger/gui/widgets/titlebar.py
index 7b557f3d..6d5c9839 100644
--- a/ranger/gui/widgets/titlebar.py
+++ b/ranger/gui/widgets/titlebar.py
@@ -56,7 +56,7 @@ class TitleBar(Widget):
 		import socket, os
 
 		username = os.getenv('USER')
-		if logname == 'root':
+		if username == 'root':
 			clr = 'bad'
 		else:
 			clr = 'good'