aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-06-24 22:46:15 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-24 22:46:15 +0800
commitb5c21fd39fe8b7b33e673fbb2470e0284ec93c43 (patch)
treeaabf46400934a86ac11cd4f50f2fb0107b5281f8
parent101b005bf0f3d7af7e837c86d86aeff777c2618c (diff)
downloadgsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.tar
gsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.tar.gz
gsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.tar.bz2
gsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.tar.lz
gsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.tar.xz
gsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.tar.zst
gsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.zip
Api change
2003-06-24 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/GlobalHistory.cpp: Api change
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/GlobalHistory.cpp7
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e25183162..02b9abe7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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;