fix missing import. Fixes #2467

This commit is contained in:
Yann Leboulanger 2010-01-11 14:02:20 +01:00
parent 2e5bd08221
commit a9ac0f28b9
1 changed files with 1 additions and 0 deletions

View File

@ -2322,6 +2322,7 @@ class RosterWindow:
def on_continue2(message, pep_dict):
# check if there is an active file transfer
from common.protocol.bytestream import (is_transfer_active)
files_props = gajim.interface.instances['file_transfers'].files_props
transfer_active = False
for x in files_props: