Changeset 1ddff2
- Timestamp:
- Oct 2, 2011, 3:01:03 PM (9 years ago)
- Branches:
- ng_0.9
- Children:
- 8f164a
- Parents:
- 1e908e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chrome/content/v_identity/modules/vI_rdfDatasource.js
r1e908e r1ddff2 922 922 923 923 getVIdentityFromAllRecipients : function(allIdentities, recipients) { 924 if (!this._pref.getBoolPref("storage")) 925 { vI.notificationBar.dump("## storage: Storage deactivated\n"); return; } 924 926 var initnumber = allIdentities.number; 925 927 for (var j = 0; j < recipients.length; j++) {
Note: See TracChangeset
for help on using the changeset viewer.