suppress warning for not registered signal
This commit is contained in:
		
							parent
							
								
									178c2aec15
								
							
						
					
					
						commit
						482ea2fed0
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -135,7 +135,8 @@ class ConversationTextview:
 | 
			
		|||
 | 
			
		||||
	def del_handlers(self):
 | 
			
		||||
		for i in self.handlers.keys():
 | 
			
		||||
			self.handlers[i].disconnect(i)
 | 
			
		||||
			if self.handlers[i].handler_is_connected(i):
 | 
			
		||||
				self.handlers[i].disconnect(i)
 | 
			
		||||
		del self.handlers
 | 
			
		||||
		self.tv.destroy()
 | 
			
		||||
		#TODO
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue