prevent gtk warning
This commit is contained in:
		
							parent
							
								
									c5b20c8bce
								
							
						
					
					
						commit
						0d8eedbdca
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -5426,7 +5426,6 @@ class VoIPCallReceivedDialog(object):
 | 
			
		|||
 | 
			
		||||
class CertificatDialog(InformationDialog):
 | 
			
		||||
    def __init__(self, parent, account, cert):
 | 
			
		||||
        self.set_title(_('Certificate for account %s') % account)
 | 
			
		||||
        issuer = cert.get_issuer()
 | 
			
		||||
        subject = cert.get_subject()
 | 
			
		||||
        InformationDialog.__init__(self,
 | 
			
		||||
| 
						 | 
				
			
			@ -5455,6 +5454,7 @@ SHA1 Fingerprint: %(sha1)s''') % {
 | 
			
		|||
            'io': cert.get_notBefore(), 'eo': cert.get_notAfter(),
 | 
			
		||||
            'sha1': cert.digest('sha1')})
 | 
			
		||||
        self.set_transient_for(parent)
 | 
			
		||||
        self.set_title(_('Certificate for account %s') % account)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class CheckFingerprintDialog(YesNoDialog):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue