Fix undefined var
This commit is contained in:
		
							parent
							
								
									9411ccd827
								
							
						
					
					
						commit
						65593c613c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -263,7 +263,7 @@ class Interface:
 | 
			
		|||
        if account in self.show_vcard_when_connect and obj.show not in (
 | 
			
		||||
        'offline', 'error'):
 | 
			
		||||
            self.edit_own_details(account)
 | 
			
		||||
            self.show_vcard_when_connect.remove(self.name)
 | 
			
		||||
            self.show_vcard_when_connect.remove(account)
 | 
			
		||||
 | 
			
		||||
    def edit_own_details(self, account):
 | 
			
		||||
        jid = app.get_jid_from_account(account)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue