80 margin
This commit is contained in:
		
							parent
							
								
									e29cf7bb9e
								
							
						
					
					
						commit
						f751cb6ef0
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -337,7 +337,8 @@ _('Please fill in the data of the contact you want to add in account %s') %accou | ||||||
| 			if jid_splited[1] in jid_agents: | 			if jid_splited[1] in jid_agents: | ||||||
| 				uid = jid_splited[0].replace('%', '@') | 				uid = jid_splited[0].replace('%', '@') | ||||||
| 				self.uid_entry.set_text(uid) | 				self.uid_entry.set_text(uid) | ||||||
| 				self.protocol_combobox.set_active(jid_agents.index(jid_splited[1]) + 1) | 				self.protocol_combobox.set_active(jid_agents.index(jid_splited[1])\ | ||||||
|  | 					+ 1) | ||||||
| 			else: | 			else: | ||||||
| 				self.uid_entry.set_text(jid) | 				self.uid_entry.set_text(jid) | ||||||
| 				self.protocol_combobox.set_active(0) | 				self.protocol_combobox.set_active(0) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue