View | Details | Raw Unified | Return to bug 58072
Collapse All | Expand All

(-)ports/www/galeon/files/patch-mozilla_GlobalHistory.cpp (+11 lines)
Line 0 Link Here
1
--- src/mozilla/GlobalHistory.cpp.orig	Tue Oct 14 17:43:42 2003
2
+++ src/mozilla/GlobalHistory.cpp	Tue Oct 14 17:44:08 2003
3
@@ -108,7 +108,7 @@
4
 	return NS_OK;
5
 }
6
 
7
-#if MOZILLA_SNAPSHOT > 9
8
+#if MOZILLA_SNAPSHOT >= 9
9
 NS_IMETHODIMP GlobalHistory::SetLastPageVisited(const char * aLastPageVisited)
10
 {
11
 	mLastPageVisited.Assign(aLastPageVisited);

Return to bug 58072