diff options
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); |