fix a typo
This commit is contained in:
		
							parent
							
								
									52d573e58c
								
							
						
					
					
						commit
						b8de6a0275
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -950,8 +950,8 @@ class PopupNotificationWindow:
 | 
				
			||||||
				groups = [_('not in the roster')], show = 'not in the roster',
 | 
									groups = [_('not in the roster')], show = 'not in the roster',
 | 
				
			||||||
				status = _('not in the roster'), sub = 'none', keyID = keyID)
 | 
									status = _('not in the roster'), sub = 'none', keyID = keyID)
 | 
				
			||||||
			gajim.contacts[self.account][self.jid] = [contact]
 | 
								gajim.contacts[self.account][self.jid] = [contact]
 | 
				
			||||||
			self.plugin.roster.add_contact_to_roster(contact.self.jid,
 | 
								self.plugin.roster.add_contact_to_roster(contact.jid,
 | 
				
			||||||
				self.account) # FIXME: contact.self.jid ???
 | 
									self.account)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if self.msg_type == 'normal': # it's single message
 | 
							if self.msg_type == 'normal': # it's single message
 | 
				
			||||||
			return # FIXME: I think I should not print here but in new_chat?
 | 
								return # FIXME: I think I should not print here but in new_chat?
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue