From 1951ae5dca0db81e49b8afb2abd9b3a6115ac6ca Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 21 Apr 2000 17:36:25 +0000 Subject: [PATCH] Another minor bugfix. svn path=/trunk/; revision=2889 --- fetchmailconf | 1 - 1 file changed, 1 deletion(-) 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): -- 2.43.2