typo. Fixes #1744
This commit is contained in:
		
							parent
							
								
									ad01044389
								
							
						
					
					
						commit
						59bff310b0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2844,7 +2844,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
 | 
				
			||||||
		# add children too
 | 
							# add children too
 | 
				
			||||||
		all_jid = gajim.contacts.get_metacontacts_jids(old_tag)
 | 
							all_jid = gajim.contacts.get_metacontacts_jids(old_tag)
 | 
				
			||||||
		for _account in all_jid:
 | 
							for _account in all_jid:
 | 
				
			||||||
			for _jid in all_data[_account]:
 | 
								for _jid in all_jid[_account]:
 | 
				
			||||||
				gajim.contacts.add_metacontact(account, c_dest.jid, _account, _jid)
 | 
									gajim.contacts.add_metacontact(account, c_dest.jid, _account, _jid)
 | 
				
			||||||
				self.add_contact_to_roster(_jid, _account)
 | 
									self.add_contact_to_roster(_jid, _account)
 | 
				
			||||||
				self.draw_contact(_jid, _account)
 | 
									self.draw_contact(_jid, _account)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue