From 424a2bd495c0901cb51c61b671b2c966e6f9f67b Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 27 Aug 2005 19:23:42 +0000 Subject: The focus fix isn't needed anymore for gecko >= 1.8. 2005-08-27 Christian Persch * configure.ac: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: The focus fix isn't needed anymore for gecko >= 1.8. --- embed/mozilla/EphyBrowser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'embed/mozilla/EphyBrowser.cpp') diff --git a/embed/mozilla/EphyBrowser.cpp b/embed/mozilla/EphyBrowser.cpp index c0087a625..e7e04f2f7 100644 --- a/embed/mozilla/EphyBrowser.cpp +++ b/embed/mozilla/EphyBrowser.cpp @@ -1329,7 +1329,7 @@ EphyBrowser::GetDocumentType () return type; } -#ifdef GTKMOZEMBED_BROKEN_FOCUS +#ifndef HAVE_GECKO_1_8 nsresult EphyBrowser::FocusActivate () { @@ -1345,4 +1345,4 @@ EphyBrowser::FocusDeactivate () return mWebBrowserFocus->Deactivate(); } -#endif /* GTKMOZEMBED_BROKEN_FOCUS */ +#endif /* !HAVE_GECKO_1_8 */ -- cgit v1.2.3