Monotone-Parent: ba5973b414572fb5f085f8980182645843a42958

Monotone-Revision: 778ca12e99d197e109e23159f48ce1b32026519c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-11-05T14:37:26
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-11-05 14:37:26 +00:00
parent 5ede94bbaa
commit c6b33b514f
6 changed files with 11 additions and 11 deletions

View File

@@ -129,7 +129,7 @@ function validateEditorInput(sender) {
if (field.value == "")
errortext = errortext + labels["error_missingsubject"] + "\n";
if (!UIxRecipientSelectorHasRecipients())
if (!hasRecipients())
errortext = errortext + labels["error_missingrecipients"] + "\n";
if (errortext.length > 0) {