From 3d4836da75fc140d56b194bde53d203fa11844e6 Mon Sep 17 00:00:00 2001 From: "aaronl%netscape.com" Date: Tue, 14 Jan 2003 20:42:11 +0000 Subject: [PATCH] Bug 189011. Mail compose broken. Partial backout of bug 176296, r=brade, sr=smfr --- extensions/typeaheadfind/src/nsTypeAheadFind.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/typeaheadfind/src/nsTypeAheadFind.cpp b/extensions/typeaheadfind/src/nsTypeAheadFind.cpp index 7770348371d..d3dc3545b6a 100644 --- a/extensions/typeaheadfind/src/nsTypeAheadFind.cpp +++ b/extensions/typeaheadfind/src/nsTypeAheadFind.cpp @@ -394,6 +394,7 @@ nsTypeAheadFind::Observe(nsISupports *aSubject, const char *aTopic, AttachWindowListeners(topLevelWindow); } +#ifdef TYPEAHEADCONTROLLER // Attach nsTypeAheadController to window // so it can handle / and ' shortcuts to start text and link search nsCOMPtr winInternal = @@ -416,6 +417,7 @@ nsTypeAheadFind::Observe(nsISupports *aSubject, const char *aTopic, controllers->AppendController(controller); } +#endif return NS_OK; }