typo
This commit is contained in:
		
							parent
							
								
									6afd4791a1
								
							
						
					
					
						commit
						e74dbc89d3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -373,7 +373,7 @@ class GroupchatWindow(chat.Chat):
 | 
				
			||||||
				(gajim.interface.roster.jabber_state_images['16']['closed'], 'role', role,
 | 
									(gajim.interface.roster.jabber_state_images['16']['closed'], 'role', role,
 | 
				
			||||||
				'<b>%s</b>' % role_name))
 | 
									'<b>%s</b>' % role_name))
 | 
				
			||||||
		iter = model.append(role_iter, (None, 'contact', nick, name))
 | 
							iter = model.append(role_iter, (None, 'contact', nick, name))
 | 
				
			||||||
		if not nick in gajim.contacts.get_nick_list(self.account, room_jid, nick):
 | 
							if not nick in gajim.contacts.get_nick_list(self.account, room_jid):
 | 
				
			||||||
			gc_contact = gajim.contacts.create_gc_contact(room_jid = room_jid,
 | 
								gc_contact = gajim.contacts.create_gc_contact(room_jid = room_jid,
 | 
				
			||||||
				nick = nick, show = show, status = status, role = role,
 | 
									nick = nick, show = show, status = status, role = role,
 | 
				
			||||||
				affiliation = affiliation, jid = jid)
 | 
									affiliation = affiliation, jid = jid)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue