This is just some static backup of the original site, don't expect every link to work!

Changeset ca2918


Ignore:
Timestamp:
Oct 11, 2009, 12:15:39 AM (13 years ago)
Author:
rene <rene@…>
Branches:
lite_0.1, multiEdit, ng_0.6, ng_0.6_help, ng_0.8, ng_0.9
Children:
94dbb3
Parents:
3a9c75
Message:

bugfix for #157

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chrome/content/v_identity/vI_identityData.js

    r3a9c75 rca2918  
    283283    equal : function(compareSmtpObj) {
    284284        if (this.key == null || compareSmtpObj.key == null) return true;
     285        if (this.key == NO_SMTP_TAG || compareSmtpObj.key == NO_SMTP_TAG) return true;
    285286        return (this.keyNice == compareSmtpObj.keyNice);
    286287    },
Note: See TracChangeset for help on using the changeset viewer.