fix missing import. Fixes #2467
This commit is contained in:
		
							parent
							
								
									2e5bd08221
								
							
						
					
					
						commit
						a9ac0f28b9
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -2322,6 +2322,7 @@ class RosterWindow:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		def on_continue2(message, pep_dict):
 | 
							def on_continue2(message, pep_dict):
 | 
				
			||||||
			# check if there is an active file transfer
 | 
								# 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
 | 
								files_props = gajim.interface.instances['file_transfers'].files_props
 | 
				
			||||||
			transfer_active = False
 | 
								transfer_active = False
 | 
				
			||||||
			for x in files_props:
 | 
								for x in files_props:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue