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

Changeset 5bf5c7


Ignore:
Timestamp:
Apr 1, 2010, 9:48:59 AM (13 years ago)
Author:
rene <rene@…>
Branches:
multiEdit, ng_0.6, ng_0.8, ng_0.9
Children:
2b9bff
Parents:
0b8825
Message:

added debug messages

File:
1 edited

Legend:

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

    r0b8825 r5bf5c7  
    197197            }
    198198            else {
     199                if (!(currentIdentity.fullName == virtualIdentityData.fullName)) vI_notificationBar.dump("\n## vI_identityData failed check for fullName.\n");
     200                if (!(currentIdentity.email == virtualIdentityData.email)) vI_notificationBar.dump("\n## vI_identityData failed check for email.\n");
     201                if (!(virtualIdentityData.smtp.equal(currentSMTPobj))) vI_notificationBar.dump("\n## vI_identityData failed check for SMTP.\n");
    199202                alert(vI_main.elements.strings.getString("vident.genericSendMessage.error"));
    200203                vI_main.Cleanup();
Note: See TracChangeset for help on using the changeset viewer.