Skip to content
Snippets Groups Projects
Commit a0e6e3e4 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

prevent a traceback

parent 103048e5
No related branches found
No related tags found
No related merge requests found
......@@ -742,7 +742,8 @@ class Config:
return (account not in no_log_for) and (jid not in no_log_for)
def _really_save(self):
gajim.interface.save_config()
if gajim.interface:
gajim.interface.save_config()
self.save_timeout_id = None
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment