From b4a6572a6a6afeedbc23e84e0536728ab01dcf04 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 5 Mar 2000 22:00:33 +0000 Subject: Fix for Red Hat bug 9982. svn path=/trunk/; revision=2782 --- fetchmailconf | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index 88804ccd..e4328a58 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -486,6 +486,7 @@ class ListEdit(Frame): if item and (not entire) or (not item in self.listwidget.get(0, self.listwidget.index('end'))): self.listwidget.insert('end', item) if self.list != None: self.list.append(item) + apply(self.editor, (item,)) self.newval.set('') def editItem(self): -- cgit v1.2.3