Bug 286191 UMR in nsTypeAheadFind::PrefsReset

patch by ajschult@verizon.net r=aaronl sr=jst


git-svn-id: svn://10.0.0.236/trunk@170873 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2005-03-18 03:49:33 +00:00
parent 0bf1ae4ed2
commit 166658bf9f

View File

@ -328,7 +328,7 @@ nsTypeAheadFind::PrefsReset()
}
mNotFoundSoundURL = soundStr;
PRBool isTimeoutEnabled;
PRBool isTimeoutEnabled = PR_FALSE;
prefBranch->GetBoolPref("accessibility.typeaheadfind.enabletimeout",
&isTimeoutEnabled);
PRInt32 timeoutLength = 0;