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

Changeset 47e482


Ignore:
Timestamp:
Nov 5, 2009, 6:27:52 PM (13 years ago)
Author:
rene <rene@…>
Branches:
multiEdit, ng_0.6, ng_0.8, ng_0.9
Children:
3eb68a
Parents:
ef65ae
Message:

modified debug-output

File:
1 edited

Legend:

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

    ref65ae r47e482  
    498498    <method name="checkForVirtualIdentity">
    499499        <body><![CDATA[
     500        vI_notificationBar.dump("** v_identity.xml checkForVirtualIdentity: " + this.identityData.id.key + " '" + this.identityData.id.value + "'\n")
    500501        var existingIdentity = this.identityData.isExistingIdentity(false);
    501502       
     
    534535                    var idName = this._identityDataStorage.id.value;
    535536                    this._identityDataStorage.sideDescription = (idName)?" - "+idName:"";
    536                     vI_notificationBar.dump("** v_identity.xml set new Id: '" + this._identityDataStorage.id.value + "'\n")
     537                    vI_notificationBar.dump("** v_identity.xml set new Id: " + this._identityDataStorage.id.key + " '" + this._identityDataStorage.id.value + "'\n")
    537538                }
    538539                this._identityDataStorage.extras.setValues();
Note: See TracChangeset for help on using the changeset viewer.