]> git.pld-linux.org Git - packages/galeon.git/commitdiff
- fix for galeon 1.2.7 vs mozilla 1.0.2
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Feb 2003 14:09:17 +0000 (14:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    galeon-notypeaheadfindin1.0.patch -> 1.1

galeon-notypeaheadfindin1.0.patch [new file with mode: 0644]

diff --git a/galeon-notypeaheadfindin1.0.patch b/galeon-notypeaheadfindin1.0.patch
new file mode 100644 (file)
index 0000000..9275e6d
--- /dev/null
@@ -0,0 +1,28 @@
+--- galeon-1.2.7/src/mozilla/GaleonWrapper.cpp.orig    Sat Oct 26 00:52:28 2002
++++ galeon-1.2.7/src/mozilla/GaleonWrapper.cpp Fri Feb  7 13:51:12 2003
+@@ -80,7 +80,9 @@
+ #include "caps/nsIPrincipal.h"
+ #include "nsIDeviceContext.h"
+ #include "nsIPresContext.h"
++#if MOZILLA_SNAPSHOT > 1
+ #include "nsITypeAheadFind.h"
++#endif
+ #include "nsSupportsPrimitives.h"
+ GaleonWrapper::GaleonWrapper ()
+@@ -584,6 +586,7 @@
+                             PRBool search_in_frames,
+                             PRBool *didFind)
+ {
++#if MOZILLA_SNAPSHOT > 1
+       if (!interactive)
+       {
+               nsresult rv;
+@@ -610,6 +613,7 @@
+                       }
+               }
+       }
++#endif
+       nsCOMPtr<nsIWebBrowserFind> finder (do_GetInterface(mWebBrowser));
This page took 0.028634 seconds and 4 git commands to generate.