Fix indentation error in [9348].
This commit is contained in:
		
							parent
							
								
									1fd13ae4fa
								
							
						
					
					
						commit
						6e84de1fbe
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										12
									
								
								src/gajim.py
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								src/gajim.py
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -724,12 +724,12 @@ class Interface:
 | 
			
		|||
			elif new_show > 1: # Status change (not connected/disconnected or error (<1))
 | 
			
		||||
				notify.notify('status_change', jid, account, [new_show,
 | 
			
		||||
					status_message])
 | 
			
		||||
			else:
 | 
			
		||||
				# FIXME: Msn transport (CMSN1.2.1 and PyMSN) doesn't follow the XEP
 | 
			
		||||
				# still the case in 2008
 | 
			
		||||
				# It's maybe a GC_NOTIFY (specialy for MSN gc)
 | 
			
		||||
				self.handle_event_gc_notify(account, (jid, array[1], status_message,
 | 
			
		||||
					array[3], None, None, None, None, None, [], None, None))
 | 
			
		||||
		else:
 | 
			
		||||
			# FIXME: Msn transport (CMSN1.2.1 and PyMSN) doesn't follow the XEP
 | 
			
		||||
			# still the case in 2008
 | 
			
		||||
			# It's maybe a GC_NOTIFY (specialy for MSN gc)
 | 
			
		||||
			self.handle_event_gc_notify(account, (jid, array[1], status_message,
 | 
			
		||||
				array[3], None, None, None, None, None, [], None, None))
 | 
			
		||||
 | 
			
		||||
	def handle_event_msg(self, account, array):
 | 
			
		||||
		# 'MSG' (account, (jid, msg, time, encrypted, msg_type, subject,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue