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

Changeset 41266a


Ignore:
Timestamp:
Oct 8, 2011, 7:46:01 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
afd8b0
Parents:
6b5c22
Message:

define "drop" as default returnValue

File:
1 edited

Legend:

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

    r6b5c22 r41266a  
    875875        localIdentities.addWithoutDuplicates(this._rdfDataSource.findMatchingFilter(recipientName, recipientType));
    876876       
    877         var returnValue = {}; returnValue.identityCollection = localIdentities;
     877        var returnValue = {}; returnValue.identityCollection = localIdentities; returnValue.result = "drop";
    878878        if (localIdentities.number == 0) {
    879879            vI.notificationBar.dump("## rdfDatasourceAccess: updateVIdentityFromStorage no usable Storage-Data found.\n");
     
    887887                        this.stringBundle.GetStringFromName("vident.smartIdentity.vIStorageCollidingIdentity"), // than drop the potential changes
    888888                        "storage_notification");
    889                     returnValue.result = "drop";
     889//                  returnValue.result = "drop";    // this is the default value
    890890            }
    891891            // only update fields if new Identity is different than old one.
Note: See TracChangeset for help on using the changeset viewer.