summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 7ce517b49..b36545d56 100755
--- a/gui.py
+++ b/gui.py
@@ -27,7 +27,7 @@ if width >= 800:
print "Unable to load", file
#--Otherwise, use the old 640x480 one
else:
- print "In lowres mode..."
+# print "In lowres mode..."
try:
im = GdkImlib.Image ("/usr/share/anaconda/pixmaps/first-lowres.png")
except: