Reload the config before we write to it or we could overwrite something from another instance.
This commit is contained in:
parent
1ed2c22e5d
commit
f067e5355b
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue