diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon/files/patch-mozilla_GlobalHistory.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/galeon/files/patch-mozilla_GlobalHistory.cpp b/www/galeon/files/patch-mozilla_GlobalHistory.cpp new file mode 100644 index 000000000000..403be4c9fc6c --- /dev/null +++ b/www/galeon/files/patch-mozilla_GlobalHistory.cpp @@ -0,0 +1,11 @@ +--- src/mozilla/GlobalHistory.cpp.orig Tue Oct 14 17:43:42 2003 ++++ src/mozilla/GlobalHistory.cpp Tue Oct 14 17:44:08 2003 +@@ -108,7 +108,7 @@ + return NS_OK; + } + +-#if MOZILLA_SNAPSHOT > 9 ++#if MOZILLA_SNAPSHOT >= 9 + NS_IMETHODIMP GlobalHistory::SetLastPageVisited(const char * aLastPageVisited) + { + mLastPageVisited.Assign(aLastPageVisited); |