Bug 339175 [Find Tool Bar]: Neither 'Find Next' nor 'Find Previous' work at the message window. Patch by Adam Guthrie <ispiked@gmail.com>, r+a=mscott

git-svn-id: svn://10.0.0.236/trunk@198879 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jminta%gmail.com 2006-06-02 18:09:48 +00:00
parent 645e2a9f44
commit 2012b4ff6b
2 changed files with 1 additions and 6 deletions

View File

@ -1386,11 +1386,6 @@ function MsgFindAgain(reverse)
gFindBar.onFindAgainCmd();
}
function MsgCanFindAgain()
{
return canFindAgainInPage();
}
function MsgFilters(emailAddress, folder)
{
if (!folder)

View File

@ -908,7 +908,7 @@ var MessageWindowController =
return true;
case "cmd_findAgain":
case "cmd_findPrevious":
return MsgCanFindAgain();
return true;
case "cmd_search":
var loadedFolder = GetLoadedMsgFolder();
if (!loadedFolder)