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

prevent a traceback

parent cd4d2d59
No related branches found
No related tags found
No related merge requests found
......@@ -785,7 +785,8 @@ class Config:
self.__options[1][opt] = self.__options[0][opt][OPT_VAL]
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