From f69299f6ffb79bd72f4f27839c7ca37077f4e285 Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Wed, 11 Jun 2008 23:56:11 +0000 Subject: [PATCH] Add missing import. Fixes PEP tune checkbox toggeling. --- src/roster_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/roster_window.py b/src/roster_window.py index f61b80abe..d456ee4da 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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)