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

Changeset 314ba7


Ignore:
Timestamp:
Oct 5, 2010, 4:27:02 PM (12 years ago)
Author:
rene <just@…>
Branches:
ng_0.6, ng_0.8, ng_0.9
Children:
57e8c5
Parents:
808800
Message:

prevent reordering to discard all elements while refreshing account info

File:
1 edited

Legend:

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

    r808800 r314ba7  
    349349            this._unsetRDFValue(resource, "fullName", this._getRDFValue(resource, "fullName"))
    350350            this._unsetRDFValue(resource, "email", this._getRDFValue(resource, "email"))
    351             this._identityContainer.RemoveElement(resource, true);
     351            this._identityContainer.RemoveElement(resource, false);
    352352        }
    353353
     
    359359            this._unsetRDFValue(resource, "hostname", this._getRDFValue(resource, "hostname"))
    360360            this._unsetRDFValue(resource, "username", this._getRDFValue(resource, "username"))
    361             this._smtpContainer.RemoveElement(resource, true);
     361            this._smtpContainer.RemoveElement(resource, false);
    362362        }   
    363363    },
     
    987987            this._rdfDataSource.searchSmtpMismatch();
    988988           
     989            this._rdfDataSource.refreshAccountInfo();
    989990            this._rdfDataSource.clean();
    990991            this._rdfDataSource = null;
Note: See TracChangeset for help on using the changeset viewer.