From 58c426c508ab2376a050ff0ade4cc171ccd2ab10 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 26 May 1998 14:09:45 +0000 Subject: Done with fetch/post abstraction. svn path=/trunk/; revision=1853 --- fetchmailconf | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index 4615d1ff..47432538 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -539,18 +539,8 @@ class ConfigurationEdit(Frame, MyWidget): self.master.title('fetchmail ' + self.mode + ' configurator'); self.master.iconname('fetchmail ' + self.mode + ' configurator'); Pack.config(self) + self.post(Controls, 'configuration') - self.poll_interval = StringVar(self) - self.poll_interval.set(`self.configuration.poll_interval`) - self.syslog = BooleanVar(self) - self.syslog.set(self.configuration.syslog) - self.logfile = StringVar(self) - - if self.configuration.logfile: self.logfile.set(self.configuration.logfile); - self.idfile = StringVar(self) - if self.configuration.idfile: self.idfile.set(self.configuration.idfile); - self.invisible = BooleanVar(self) - self.invisible.set(self.configuration.invisible) dispose_window(self, 'Configurator ' + self.mode + ' Controls', ConfigurationEdit.mode_to_help[self.mode]) -- cgit v1.2.3