Removed premature triple-dots in contact's status message (MUC). Fixes #4741 (caused by changeset [11042]).
This commit is contained in:
		
							parent
							
								
									ffb52eb626
								
							
						
					
					
						commit
						405f2d11b3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1044,8 +1044,8 @@ class GroupchatControl(ChatControlBase):
 | 
				
			||||||
				color = gtkgui_helpers._get_fade_color(self.list_treeview,
 | 
									color = gtkgui_helpers._get_fade_color(self.list_treeview,
 | 
				
			||||||
					selected, focus)
 | 
										selected, focus)
 | 
				
			||||||
				colorstring = "#%04x%04x%04x" % (color.red, color.green, color.blue)
 | 
									colorstring = "#%04x%04x%04x" % (color.red, color.green, color.blue)
 | 
				
			||||||
				name += '\n<span size="small" style="italic" foreground="%s">%s \
 | 
									name += ('\n<span size="small" style="italic" foreground="%s">'
 | 
				
			||||||
				</span>' % (colorstring, gobject.markup_escape_text(status))
 | 
									         '%s</span>') % (colorstring, gobject.markup_escape_text(status))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		model[iter_][C_IMG] = image
 | 
							model[iter_][C_IMG] = image
 | 
				
			||||||
		model[iter_][C_TEXT] = name
 | 
							model[iter_][C_TEXT] = name
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue