]> git.pld-linux.org Git - packages/galeon.git/blame - galeon-notypeaheadfindin1.0.patch
- up to 2.0.1
[packages/galeon.git] / galeon-notypeaheadfindin1.0.patch
CommitLineData
7c308393
JB
1--- galeon-1.2.7/src/mozilla/GaleonWrapper.cpp.orig Sat Oct 26 00:52:28 2002
2+++ galeon-1.2.7/src/mozilla/GaleonWrapper.cpp Fri Feb 7 13:51:12 2003
3@@ -80,7 +80,9 @@
4 #include "caps/nsIPrincipal.h"
5 #include "nsIDeviceContext.h"
6 #include "nsIPresContext.h"
7+#if MOZILLA_SNAPSHOT > 1
8 #include "nsITypeAheadFind.h"
9+#endif
10 #include "nsSupportsPrimitives.h"
11
12 GaleonWrapper::GaleonWrapper ()
13@@ -584,6 +586,7 @@
14 PRBool search_in_frames,
15 PRBool *didFind)
16 {
17+#if MOZILLA_SNAPSHOT > 1
18 if (!interactive)
19 {
20 nsresult rv;
21@@ -610,6 +613,7 @@
22 }
23 }
24 }
25+#endif
26
27 nsCOMPtr<nsIWebBrowserFind> finder (do_GetInterface(mWebBrowser));
28
This page took 0.069321 seconds and 4 git commands to generate.