From 12a685dff1f6472ea7d442bd8e288773df9e31ba Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sat, 21 Jul 2007 21:06:09 +0000 Subject: [PATCH] with ntfs-3g and reiser4 support, considering the new priority feature, set default to full alloc --- src/pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pref.py b/src/pref.py index ce054a9b4..9f61ca6a4 100644 --- a/src/pref.py +++ b/src/pref.py @@ -91,7 +91,7 @@ DEFAULT_PREFS = { "tray_downloadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0], "tray_passwd" : "", "tray_uploadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0], - "use_compact_storage" : True, + "use_compact_storage" : False, "use_default_dir" : False, "use_natpmp" : False, "use_upnp" : False,