diff options
Diffstat (limited to 'network/urlview/patches/sample.urlview.diff')
-rw-r--r-- | network/urlview/patches/sample.urlview.diff | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/network/urlview/patches/sample.urlview.diff b/network/urlview/patches/sample.urlview.diff deleted file mode 100644 index 111719f5e5..0000000000 --- a/network/urlview/patches/sample.urlview.diff +++ /dev/null @@ -1,15 +0,0 @@ ---- sample.urlview~ 2007-06-08 14:11:09.000000000 +0200 -+++ sample.urlview 2007-06-08 14:11:33.000000000 +0200 -@@ -19,10 +19,10 @@ - #REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] - REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] - --# Command to invoke for selected URL. Use lynx, netscape, or url_handler.sh -+# Command to invoke for selected URL. Use lynx, firefox, or url_handler.sh - # shell script. - - #COMMAND lynx %s --#COMMAND netscape -remote 'openURL(%s)' -+#COMMAND firefox -remote 'openURL(%s)' - COMMAND url_handler.sh - |