devhelp/devhelp-0.16.1-xulrunner.patch
2007-11-22 11:50:34 +00:00

21 lines
775 B
Diff

diff -up devhelp-0.16.1/src/Yelper.cpp.xl devhelp-0.16.1/src/Yelper.cpp
--- devhelp-0.16.1/src/Yelper.cpp.xl 2007-05-28 09:42:20.000000000 +0200
+++ devhelp-0.16.1/src/Yelper.cpp 2007-11-22 12:44:11.000000000 +0100
@@ -41,7 +41,7 @@
#include <nsIDOMWindow.h>
#include <nsIInterfaceRequestorUtils.h>
#include <nsIPrefService.h>
-#include <nsIPrintSettings.h>
+//#include <nsIPrintSettings.h>
#include <nsISelectionController.h>
#include <nsITypeAheadFind.h>
#include <nsIWebBrowser.h>
@@ -172,7 +172,6 @@ Yelper::Find (const char *aSearchString)
#ifdef HAVE_GECKO_1_9
rv = mFinder->Find (NS_ConvertUTF8toUTF16 (aSearchString),
PR_FALSE /* links only? */,
- mHasFocus,
&found);
#else
rv = mFinder->Find (NS_ConvertUTF8toUTF16 (aSearchString),