fix indentation
This commit is contained in:
		
							parent
							
								
									ea11076a0e
								
							
						
					
					
						commit
						8c9bf693e7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -234,7 +234,7 @@ class RosterWindow:
 | 
				
			||||||
			if status != '':
 | 
								if status != '':
 | 
				
			||||||
					# escape markup entities and make them small italic and darkgrey
 | 
										# escape markup entities and make them small italic and darkgrey
 | 
				
			||||||
					colorstring = gajim.config.get('color_for_status_msg_in_roster')
 | 
										colorstring = gajim.config.get('color_for_status_msg_in_roster')
 | 
				
			||||||
		        	name += '\n' '<span size="small" style="italic" foreground="%s">%s</span>'\
 | 
										name += '\n<span size="small" style="italic" foreground="%s">%s</span>'\
 | 
				
			||||||
						% (colorstring, gtkgui_helpers.escape_for_pango_markup(status))
 | 
											% (colorstring, gtkgui_helpers.escape_for_pango_markup(status))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		state_images = self.get_appropriate_state_images(jid)
 | 
							state_images = self.get_appropriate_state_images(jid)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue