diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-12 04:27:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-12 04:27:56 +0000 |
commit | b5281c4a0d616d5877c1cf227b502cfeaf64900f (patch) | |
tree | c43c81fba3aa81c50c70a1191a48a555fae4b9a2 /www | |
parent | 275ce59f3033a5486af3b31e203d5f689d880af1 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon2/files/patch-mozilla_GlobalHistory.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/galeon2/files/patch-mozilla_GlobalHistory.cpp b/www/galeon2/files/patch-mozilla_GlobalHistory.cpp new file mode 100644 index 000000000000..cf345f13cb00 --- /dev/null +++ b/www/galeon2/files/patch-mozilla_GlobalHistory.cpp @@ -0,0 +1,11 @@ +--- mozilla/GlobalHistory.cpp.orig Sun Oct 12 00:25:20 2003 ++++ mozilla/GlobalHistory.cpp Sun Oct 12 00:25:27 2003 +@@ -99,7 +99,7 @@ + return NS_OK; + } + +-#if MOZILLA_SNAPSHOT > 9 ++#if MOZILLA_SNAPSHOT >= 9 + NS_IMETHODIMP MozGlobalHistory::SetLastPageVisited(const char *aLastPageVisited) + { + mLastPageVisited.Assign(aLastPageVisited); |