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

[Alex V. Myltsev] timeout_add -> timeout_add_seconds to forget GPG passphrase.

parent b004a32d
No related branches found
No related tags found
No related merge requests found
......@@ -473,7 +473,7 @@ class PassphraseRequest:
self.passphrase = passphrase
self.completed = True
if passphrase is not None:
gobject.timeout_add(30000, gajim.interface.forget_gpg_passphrase,
gobject.timeout_add_seconds(30, gajim.interface.forget_gpg_passphrase,
self.keyid)
for (account, cb) in self.callbacks:
self.run_callback(account, cb)
......
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