diff options
Diffstat (limited to 'www-client/epiphany/files')
-rw-r--r-- | www-client/epiphany/files/epiphany-2.22.2-xul1.9-ContentHandler-fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www-client/epiphany/files/epiphany-2.22.2-xul1.9-ContentHandler-fix.patch b/www-client/epiphany/files/epiphany-2.22.2-xul1.9-ContentHandler-fix.patch deleted file mode 100644 index 356bd7fb319d..000000000000 --- a/www-client/epiphany/files/epiphany-2.22.2-xul1.9-ContentHandler-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- branches/gnome-2-22/embed/mozilla/ContentHandler.cpp 2008/06/12 17:21:16 8278 -+++ branches/gnome-2-22/embed/mozilla/ContentHandler.cpp 2008/06/13 00:36:19 8279 -@@ -135,6 +135,9 @@ - nsISupports *aWindowContext, - const PRUnichar *aDefaultFile, - const PRUnichar *aSuggestedFileExtension, -+#ifdef HAVE_GECKO_1_9 -+ PRBool aForcePrompt, -+#endif - nsILocalFile **_retval) - { - EphyFileChooser *dialog; |