summary refs log tree commit diff stats
path: root/ranger/container/settingobject.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/container/settingobject.py')
-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,