Reload the config before we write to it or we could overwrite something from another instance.

This commit is contained in:
Stephen Boddy 2013-09-26 00:07:01 +02:00
parent 1ed2c22e5d
commit f067e5355b
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ the %s will also close all terminals within it.') % (reqtype, reqtype))
result = dialog.run()
# set configuration
self.config.base.reload()
self.config['suppress_multiple_term_dialog'] = checkbox.get_active()
self.config.save()