u'' -> ''
This commit is contained in:
		
							parent
							
								
									458cb97f8c
								
							
						
					
					
						commit
						4d902371f0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -374,7 +374,7 @@ class GCTooltip(BaseTooltip):
 | 
				
			||||||
        properties.append((show, None))
 | 
					        properties.append((show, None))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if contact.jid.strip():
 | 
					        if contact.jid.strip():
 | 
				
			||||||
            properties.append((_('Jabber ID: '), u'\u200E' + "<b>%s</b>" % \
 | 
					            properties.append((_('Jabber ID: '), '\u200E' + "<b>%s</b>" % \
 | 
				
			||||||
                contact.jid))
 | 
					                contact.jid))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if hasattr(contact, 'resource') and contact.resource.strip():
 | 
					        if hasattr(contact, 'resource') and contact.resource.strip():
 | 
				
			||||||
| 
						 | 
					@ -592,7 +592,7 @@ class RosterTooltip(NotificationAreaTooltip):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self._append_pep_info(contact, properties)
 | 
					        self._append_pep_info(contact, properties)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        properties.append((_('Jabber ID: '), u'\u200E' + "<b>%s</b>" % \
 | 
					        properties.append((_('Jabber ID: '), '\u200E' + "<b>%s</b>" % \
 | 
				
			||||||
            prim_contact.jid))
 | 
					            prim_contact.jid))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # contact has only one ressource
 | 
					        # contact has only one ressource
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue