summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patches/dev300/apply1
-rw-r--r--patches/dev300/open-url-support-iceanimals.diff22
2 files changed, 0 insertions, 23 deletions
diff --git a/patches/dev300/apply b/patches/dev300/apply
index ceb067868..f4af29b95 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -481,7 +481,6 @@ novell-win32-agfa-monotype-fonts.diff, tml
[ DebianOnly ]
-open-url-support-iceanimals.diff
seamonkey-is-iceape.diff
# build against xulrunner 1.9.1+
diff --git a/patches/dev300/open-url-support-iceanimals.diff b/patches/dev300/open-url-support-iceanimals.diff
deleted file mode 100644
index 392895466..000000000
--- a/patches/dev300/open-url-support-iceanimals.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: open-url.sh
-===================================================================
---- shell/source/unix/misc/open-url.sh (Revision 277618)
-+++ shell/source/unix/misc/open-url.sh (Arbeitskopie)
-@@ -58,7 +58,7 @@
- exit 0
- fi
- # mozilla derivates may need -remote semantics
-- for i in thunderbird mozilla netscape; do
-+ for i in icedove thunderbird iceape mozilla netscape; do
- mailer=`which $i`
- if [ ! -z "$mailer" ]; then
- run_mozilla "$mailer" "$1"
-@@ -84,7 +84,7 @@
- exit 0
- fi
- # mozilla derivates may need -remote semantics
-- for i in firefox mozilla netscape; do
-+ for i in iceweasel firefox iceape mozilla netscape; do
- browser=`which $i`
- if [ ! -z "$browser" ]; then
- run_mozilla "$browser" "$1"