From ccc77d2861cff93d3752cb21cf78a74df5817f02 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 12 Feb 2004 16:31:42 +0000 Subject: Fix compilation with mozilla 1.4. 2004-02-12 Christian Persch * embed/mozilla/GlobalHistory.cpp: Fix compilation with mozilla 1.4. --- ChangeLog | 6 ++++++ embed/mozilla/GlobalHistory.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0fb128814..4c184aec7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-02-12 Christian Persch + + * embed/mozilla/GlobalHistory.cpp: + + Fix compilation with mozilla 1.4. + 2004-02-12 Christian Persch * embed/mozilla/EphyBrowser.cpp: diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp index 17bcbae67..0f296f0f4 100644 --- a/embed/mozilla/GlobalHistory.cpp +++ b/embed/mozilla/GlobalHistory.cpp @@ -153,7 +153,7 @@ NS_IMETHODIMP MozGlobalHistory::GetLastPageVisited(char **aLastPageVisited) return NS_ERROR_NOT_IMPLEMENTED; } -#if MOZILLA_SNAPSHOT <= 13 +#if MOZILLA_SNAPSHOT > 8 && MOZILLA_SNAPSHOT < 14 NS_IMETHODIMP MozGlobalHistory::SetLastPageVisited(const char *aLastPageVisited) { return NS_ERROR_NOT_IMPLEMENTED; -- cgit v1.2.3