Bug 618921 - the chat capability of etherpad application doesn't work with fennec. r=smaug

This commit is contained in:
Alex Pakhotin 2011-10-28 17:05:02 -07:00
parent d877844dd5
commit 05a210b34f

View File

@ -330,7 +330,9 @@ nsIMEStateManager::SetIMEState(PRUint32 aState,
context.mActionHint.Assign(willSubmit ? control->GetType() == NS_FORM_INPUT_SEARCH
? NS_LITERAL_STRING("search")
: NS_LITERAL_STRING("go")
: NS_LITERAL_STRING("next"));
: formElement
? NS_LITERAL_STRING("next")
: EmptyString());
}
}