summaryrefslogtreecommitdiff
path: root/mail/thunderbird3/files/patch-extensions_typeaheadfind_src_nsTypeAheadFind.h
blob: 07ad43b4334df0d5ad6b71d5825c8454923a871b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- extensions/typeaheadfind/src/nsTypeAheadFind.h.orig	Fri May 23 22:00:33 2003
+++ extensions/typeaheadfind/src/nsTypeAheadFind.h	Mon Feb  9 22:21:43 2004
@@ -194,6 +194,9 @@
 
   nsCString mNotFoundSoundURL;
 
+  // Move the sound enabled boolean out for all methods to access.
+  PRBool mIsSoundEnabled;
+
   // PRBool's are used instead of PRPackedBool's where the address of the
   // boolean variable is getting passed into a method. For example:
   // GetBoolPref("accessibility.typeaheadfind.linksonly", &mLinksOnlyPref);