make sure we call the right event
This commit is contained in:
		
							parent
							
								
									6f768f2bb7
								
							
						
					
					
						commit
						afc98539d6
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1770,6 +1770,9 @@ class Interface:
 | 
			
		|||
				event = gajim.events.get_first_event(account, jid, type_)
 | 
			
		||||
				# Open the window
 | 
			
		||||
				self.roster.open_event(account, jid, event)
 | 
			
		||||
			else:
 | 
			
		||||
				# Open the window
 | 
			
		||||
				self.roster.open_event(account, fjid, event)
 | 
			
		||||
		elif type_ == 'gmail':
 | 
			
		||||
			if gajim.config.get_per('accounts', account, 'savepass'):
 | 
			
		||||
				url = ('http://www.google.com/accounts/ServiceLoginAuth?service=mail&Email=%s&Passwd=%s&continue=https://mail.google.com/mail') %\
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue