From 0e843b30e373d286df59fe768fb43a39e1416b61 Mon Sep 17 00:00:00 2001 From: spoob Date: Tue, 18 Aug 2009 20:56:50 +0200 Subject: Updated Config System --- config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config') diff --git a/config b/config index 4752a459b..246d63d8f 100644 --- a/config +++ b/config @@ -28,14 +28,14 @@ search_updates = True install_updates = False [reconnectTime] -starttime = 0:00 -endtime = 0:00 +start = 0:00 +end = 0:00 [downloadTime] start = 0:00 end = 0:00 [proxy] -useproxy = False -proxyadress = http://localhost:8080 -proxyprotocol = http +activated = False +adress = http://localhost:8080 +protocol = http -- cgit v1.2.3