This commit is contained in:
Nikos Kouremenos 2005-11-22 14:12:34 +00:00
parent d028f98655
commit 203fd82b34
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class OptionsParser:
except IOError, e:
return str(e)
try:
gajim.config.foreach(self.write_line, fd)
gajim.config.foreach(self.write_line, f)
except IOError, e:
return str(e)
f.close()