From f4ad6457049af41d5e818b8dd6682abf08a6b8d1 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 5 Apr 2010 01:29:44 +0200 Subject: Swapped default values for display_size_in_... I had them swapped for testing and forgot to change it back. --- ranger/defaults/options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py index c34e2105..15e71df8 100644 --- a/ranger/defaults/options.py +++ b/ranger/defaults/options.py @@ -61,8 +61,8 @@ draw_bookmark_borders = True column_ratios = (1, 1, 4, 3) # Display the file size in the main column or status bar? -display_size_in_main_column = False -display_size_in_status_bar = True +display_size_in_main_column = True +display_size_in_status_bar = False # Set a title for the window? update_title = True -- cgit 1.4.1-2-gfad0