summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-03-01 12:56:10 +0100
committerhut <hut@lavabit.com>2013-03-01 12:56:43 +0100
commit88d1575d9a728df278e4c7cef365b33bc738f73a (patch)
treefc28c4a82de8734d1dbba3e455e6a1a0063f8f6d /ranger
parent0416393c53bddb0a73f4d1c5930172e6c2114abc (diff)
downloadranger-88d1575d9a728df278e4c7cef365b33bc738f73a.tar.gz
settingobject: remove complexity of shorten_title setting
Diffstat (limited to 'ranger')
-rw-r--r--ranger/container/settingobject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/container/settingobject.py b/ranger/container/settingobject.py
index 28f1c639..76ab7fc4 100644
--- a/ranger/container/settingobject.py
+++ b/ranger/container/settingobject.py
@@ -33,7 +33,7 @@ ALLOWED_SETTINGS = {
     'preview_script': (str, type(None)),
     'save_console_history': bool,
     'scroll_offset': int,
-    'shorten_title': int,  # XXX Note: False is an instance of int
+    'shorten_title': int,
     'show_cursor': bool,
     'show_hidden_bookmarks': bool,
     'show_hidden': bool,