prevent a traceback
This commit is contained in:
parent
cd4d2d5900
commit
781691169e
|
@ -785,7 +785,8 @@ class Config:
|
||||||
self.__options[1][opt] = self.__options[0][opt][OPT_VAL]
|
self.__options[1][opt] = self.__options[0][opt][OPT_VAL]
|
||||||
|
|
||||||
def _really_save(self):
|
def _really_save(self):
|
||||||
gajim.interface.save_config()
|
if gajim.interface:
|
||||||
|
gajim.interface.save_config()
|
||||||
self.save_timeout_id = None
|
self.save_timeout_id = None
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue