aboutsummaryrefslogtreecommitdiffstats
path: root/www/galeon2/files/patch-mozilla_mozilla-embed-persist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/galeon2/files/patch-mozilla_mozilla-embed-persist.cpp')
-rw-r--r--www/galeon2/files/patch-mozilla_mozilla-embed-persist.cpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/www/galeon2/files/patch-mozilla_mozilla-embed-persist.cpp b/www/galeon2/files/patch-mozilla_mozilla-embed-persist.cpp
deleted file mode 100644
index cf3e67efd757..000000000000
--- a/www/galeon2/files/patch-mozilla_mozilla-embed-persist.cpp
+++ /dev/null
@@ -1,25 +0,0 @@
---- mozilla/mozilla-embed-persist.cpp.orig Thu Feb 13 16:18:30 2003
-+++ mozilla/mozilla-embed-persist.cpp Thu Feb 13 16:20:25 2003
-@@ -16,6 +16,10 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-+#ifdef HAVE_CONFIG_H
-+#include <config.h>
-+#endif
-+
- #include "mozilla-embed-persist.h"
- #include "mozilla-embed.h"
- #include "ProgressListener.h"
-@@ -235,7 +239,11 @@
- persist,
- !(flags & EMBED_PERSIST_SHOW_PROGRESS));
-
-+#if MOZILLA_SNAPSHOT > 3
-+ rv = bpersist->SaveURI (linkURI, nsnull, nsnull, nsnull, nsnull, file);
-+#else
- rv = bpersist->SaveURI (linkURI, nsnull, file);
-+#endif
- if (NS_FAILED(rv)) return G_FAILED;
- }
-