Bug 433500 - IMIP bar does not display anymore, r=dbo

This commit is contained in:
bugzilla%babylonsounds.com 2008-05-15 21:12:14 +00:00
Родитель 7066fbe98d
Коммит 91c32b28c1
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -23,7 +23,7 @@
* Philipp Kewisch <mozilla@kewis.ch>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
@ -181,7 +181,7 @@ function setupBar(imipMethod) {
isUpdateMsg();
} else if (imipMethod.toUpperCase() == "REPLY") {
// Check if this is an reply and display things accordingly
processReplyMsg();
processReplyMsg();
} else if (imipMethod.toUpperCase() == "CANCEL") {
// Check if this is an cancel and display things accordingly
processCancelMsg();
@ -380,7 +380,7 @@ function getMsgRecipient() {
return null;
}
}
emailMap[identity.toLowerCase()] = true;
emailMap[identity.email.toLowerCase()] = true;
} else {
// Build a map of usable email addresses
for (var i = 0; i < identities.Count(); i++) {