aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-04-21 17:36:25 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-04-21 17:36:25 +0000
commit1951ae5dca0db81e49b8afb2abd9b3a6115ac6ca (patch)
tree44acb38a4420496f5246226bff2d3f3f1991e216 /fetchmailconf
parent5b5836398b96602b10220871e2073e35276260ef (diff)
downloadfetchmail-1951ae5dca0db81e49b8afb2abd9b3a6115ac6ca.tar.gz
fetchmail-1951ae5dca0db81e49b8afb2abd9b3a6115ac6ca.tar.bz2
fetchmail-1951ae5dca0db81e49b8afb2abd9b3a6115ac6ca.zip
Another minor bugfix.
svn path=/trunk/; revision=2889
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf
index 1e63a5c7..f5b362ac 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -974,7 +974,6 @@ class ServerEdit(Frame, MyWidget):
def user_delete(self, username):
if self.subwidgets.has_key(username):
self.subwidgets[username].destruct()
- del self.subwidgets[username]
del self.server[username]
def makeWidgets(self, host, mode):