Changeset 9887

Show
Ignore:
Timestamp:
07/05/08 20:25:09 (2 months ago)
Author:
asterix
Message:

typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/connection.py

    r9886 r9887  
    618618                        self.dispatch('PLAIN_CONNECTION', (con,)) 
    619619                        return True 
     620                print hasattr(con.Connection, '_sslContext') 
    620621                if _con_type in ('tls', 'ssl') and not hasattr(con.Connection, 
    621                 '_sslcontext') and gajim.config.get_per('accounts', self.name, 
     622                '_sslContext') and gajim.config.get_per('accounts', self.name, 
    622623                'warn_when_insecure_ssl_connection'): 
    623624                        # Pyopenssl is not used