Changeset dd5776
- Timestamp:
- Jul 6, 2011, 2:40:17 PM (11 years ago)
- Branches:
- ng_0.8, ng_0.9
- Children:
- b40509
- Parents:
- 0a3098
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chrome/content/v_identity/v_identity.js
r0a3098 rdd5776 79 79 FillIdentityList: function(menulist) { 80 80 vI_notificationBar.dump("## v_identity: mod. FillIdentityList\n"); 81 var accounts = queryISupportsArray(gAccountManager.accounts, Components.interfaces.nsIMsgAccount); 81 var mgr = Components.classes["@mozilla.org/messenger/account-manager;1"] 82 .getService(Components.interfaces.nsIMsgAccountManager); 83 var accounts = queryISupportsArray(mgr.accounts, 84 Components.interfaces.nsIMsgAccount); 82 85 83 86 // Ugly hack to work around bug 41133. :-(
Note: See TracChangeset
for help on using the changeset viewer.