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