Add missing import. Fixes PEP tune checkbox toggeling.
This commit is contained in:
parent
f4a10ad5a9
commit
f69299f6ff
|
@ -3108,6 +3108,7 @@ class RosterWindow:
|
|||
if gajim.connections[account].pep_supported:
|
||||
# As many implementations don't support retracting items, we send a
|
||||
# "Stopped" event first
|
||||
from common import pep
|
||||
pep.user_send_tune(account, '')
|
||||
pep.user_retract_tune(account)
|
||||
helpers.update_optional_features(account)
|
||||
|
|
Loading…
Reference in New Issue