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

Changeset 3366a3


Ignore:
Timestamp:
Jan 6, 2010, 7:04:38 PM (13 years ago)
Author:
rene <rene@…>
Branches:
multiEdit, ng_0.6, ng_0.8, ng_0.9
Children:
dd8f4d
Parents:
637de5
Message:

debug message cleanup

File:
1 edited

Legend:

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

    r637de5 r3366a3  
    358358        for (var index = 0; index < MenuItems.length; index++) {
    359359            var identity = gAccountManager.getIdentity(MenuItems[index].getAttribute("value"));
    360             vI_notificationBar.dump("\n** newIdentity: " + " \n");
    361360           
    362361            var description;
     
    540539                    this._identityDataStorage.id.key = oldIdentityData.id.key;
    541540                    var idName = this._identityDataStorage.id.value;
    542                     this._identityDataStorage.sideDescription = (idName)?" - "+idName:"";
     541                    // this._identityDataStorage.sideDescription = (idName)?" - "+idName:"";
    543542                    vI_notificationBar.dump("** v_identity.xml set new Id: " + this._identityDataStorage.id.key + " '" + this._identityDataStorage.id.value + "'\n")
    544543                }
     
    551550            this.label = this._identityDataStorage.combinedName;
    552551            this.value = this._identityDataStorage.id.key;
    553             vI_notificationBar.dump("** v_identity.xml identityData setter value='" + this.value + "'\n")
     552            // vI_notificationBar.dump("** v_identity.xml identityData setter value='" + this.value + "'\n")
    554553            this.description = this._identityDataStorage.sideDescription;
    555             vI_notificationBar.dump("** v_identity.xml identityData setter smtp='" + this._identityDataStorage.smtp.keyNice + "'\n")
     554            // vI_notificationBar.dump("** v_identity.xml identityData setter smtp='" + this._identityDataStorage.smtp.keyNice + "'\n")
    556555            document.getAnonymousElementByAttribute(this, "anonid", "smtpServerListHbox").smtp = this._identityDataStorage.smtp.keyNice;
    557556           
Note: See TracChangeset for help on using the changeset viewer.