reset correctly timeout_id variable
This commit is contained in:
parent
b846ac8793
commit
a07bc4a3a2
|
@ -786,6 +786,7 @@ class Config:
|
|||
|
||||
def _really_save(self):
|
||||
gajim.interface.save_config()
|
||||
self.save_timeout_id = None
|
||||
return False
|
||||
|
||||
def _timeout_save(self):
|
||||
|
|
Loading…
Reference in New Issue