From 28b3ad4a80c2b526409e865cf9c4d49a7cfd3a76 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 21 Jun 2007 00:29:22 +0000 Subject: [PATCH] fix missing comma --- src/pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pref.py b/src/pref.py index 649ca0191..55b3c8afc 100644 --- a/src/pref.py +++ b/src/pref.py @@ -79,7 +79,7 @@ DEFAULT_PREFS = { "show_ul" : True, "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] + "tray_uploadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0], "use_compact_storage" : False, "use_default_dir" : False, "use_natpmp" : False,