From b0fdc2fab8ef8af56d96589452722d9697531774 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 12 Sep 2007 22:11:50 +0000 Subject: [PATCH] upnp on by default --- src/pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pref.py b/src/pref.py index 5aec07eb9..fbdda3398 100644 --- a/src/pref.py +++ b/src/pref.py @@ -117,7 +117,7 @@ DEFAULT_PREFS = { "use_compact_storage" : True, "use_default_dir" : False, "use_natpmp" : False, - "use_upnp" : False, + "use_upnp" : True, "use_utpex" : True, "new_releases" : True, "window_height" : 480,