summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-24 18:36:26 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-24 18:36:26 +0100
commit4264a8542d6b6da19b548c192662f5d7565c31ca (patch)
tree117e949fd3acea2c496512a48682afa5ad4399cf
parent791f3edb68b6cb9f92513ad917ea453794296859 (diff)
upstream open-url-support-iceanimals.dif
-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"