summaryrefslogtreecommitdiffstats
path: root/mailnews
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-01 20:06:57 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-01 20:06:57 -0500
commit6bb671bcdd1ae143c7435f9f6201be2cab146144 (patch)
tree2ea4e82b147a77630f1ca851a8d29c0970ae588a /mailnews
parent33ad27614a446844b093b851119853a7f64f8a01 (diff)
downloadUXP-6bb671bcdd1ae143c7435f9f6201be2cab146144.tar
UXP-6bb671bcdd1ae143c7435f9f6201be2cab146144.tar.gz
UXP-6bb671bcdd1ae143c7435f9f6201be2cab146144.tar.lz
UXP-6bb671bcdd1ae143c7435f9f6201be2cab146144.tar.xz
UXP-6bb671bcdd1ae143c7435f9f6201be2cab146144.zip
Issue #1377 - Fix porting typo in mailnews/base/search/content/searchWidgets.xml
MailNews Core being historically comm tended to avoid defining shorthand for Components.interfaces
Diffstat (limited to 'mailnews')
-rw-r--r--mailnews/base/search/content/searchWidgets.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/base/search/content/searchWidgets.xml b/mailnews/base/search/content/searchWidgets.xml
index 69f3b2ae2..1f3960442 100644
--- a/mailnews/base/search/content/searchWidgets.xml
+++ b/mailnews/base/search/content/searchWidgets.xml
@@ -224,7 +224,7 @@
let identitiesRaw = MailServices.accounts
.getIdentitiesForServer(gFilterList.folder.server);
let identities = Array.from(this.fixIterator(identitiesRaw,
- Ci.nsIMsgIdentity));
+ Components.interfaces.nsIMsgIdentity));
if (identities.length == 0) { // typically if this is Local Folders
if (MailServices.accounts.defaultAccount)