aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-03-05 22:00:33 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-03-05 22:00:33 +0000
commitb4a6572a6a6afeedbc23e84e0536728ab01dcf04 (patch)
tree8f190abdbbb20c4fd5a965fd94a09fa4adf2e2d3 /fetchmailconf
parent7f63089b34ea8508e202c3f0f530d2196ccc3e43 (diff)
downloadfetchmail-b4a6572a6a6afeedbc23e84e0536728ab01dcf04.tar.gz
fetchmail-b4a6572a6a6afeedbc23e84e0536728ab01dcf04.tar.bz2
fetchmail-b4a6572a6a6afeedbc23e84e0536728ab01dcf04.zip
Fix for Red Hat bug 9982.
svn path=/trunk/; revision=2782
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf1
1 files changed, 1 insertions, 0 deletions
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):