diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/GlobalHistory.cpp | 7 |
2 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-06-24 Marco Pesenti Gritti <marco@it.gnome.org> + + * embed/mozilla/GlobalHistory.cpp: + + Api change + 2003-06-24 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp index 65091725f..24aff6f7f 100644 --- a/embed/mozilla/GlobalHistory.cpp +++ b/embed/mozilla/GlobalHistory.cpp @@ -90,6 +90,13 @@ NS_IMETHODIMP MozGlobalHistory::GetLastPageVisited(char **aLastPageVisited) return NS_ERROR_NOT_IMPLEMENTED; } +#if MOZILLA_SNAPSHOT > 8 +NS_IMETHODIMP MozGlobalHistory::SetLastPageVisited(const char *aLastPageVisited) +{ + return NS_ERROR_NOT_IMPLEMENTED; +} +#endif + NS_IMETHODIMP MozGlobalHistory::HidePage(const char *url) { return NS_ERROR_NOT_IMPLEMENTED; |