From 582f912720d98816c6b818dbb6188e0dd554386b Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 14 May 2005 19:29:16 +0000 Subject: Just replace the check for broken reload by HAVE_GECKO_1_8. 2005-05-14 Christian Persch * configure.ac: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Just replace the check for broken reload by HAVE_GECKO_1_8. --- embed/mozilla/EphyBrowser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/mozilla/EphyBrowser.h') diff --git a/embed/mozilla/EphyBrowser.h b/embed/mozilla/EphyBrowser.h index 195d26f64..31c2699e1 100644 --- a/embed/mozilla/EphyBrowser.h +++ b/embed/mozilla/EphyBrowser.h @@ -153,7 +153,7 @@ public: nsresult GetSHUrlAtIndex (PRInt32 index, nsACString &url); nsresult GoToHistoryIndex (PRInt16 index); -#ifdef GTKMOZEMBED_BROKEN_RELOAD +#ifndef HAVE_GECKO_1_8 enum ReloadType { RELOAD_NORMAL = 0, RELOAD_FORCE = 1, RELOAD_ENCODING_CHANGE = 2 }; -- cgit