From e2c6bdedec37373fdd8c6024438749071c6a3ede Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 27 Apr 2005 13:49:44 +0000 Subject: [PATCH] do not read the configfile when we save the configuration --- src/gajim.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index a94fff043..27ac4c435 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -635,7 +635,6 @@ class Interface: sys.exit() def save_config(self): - parser.read() parser.write() def __init__(self):