summaryrefslogtreecommitdiff
path: root/libre/xchat-libre/remove-non-free-suggestion.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-02-10 10:43:06 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-02-10 10:43:06 -0300
commit57d1bfd28e5cc653bfcd392d2968ec1141038c5b (patch)
tree57658e7a057b459badda1e33be060f93f70d1b35 /libre/xchat-libre/remove-non-free-suggestion.patch
parent9bac70f5cfe1d8cd9455d123a0918b17a0510de2 (diff)
xchat-libre-2.8.8-3
Diffstat (limited to 'libre/xchat-libre/remove-non-free-suggestion.patch')
-rw-r--r--libre/xchat-libre/remove-non-free-suggestion.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/xchat-libre/remove-non-free-suggestion.patch b/libre/xchat-libre/remove-non-free-suggestion.patch
new file mode 100644
index 000000000..8b0f4e41f
--- /dev/null
+++ b/libre/xchat-libre/remove-non-free-suggestion.patch
@@ -0,0 +1,12 @@
+diff -urN xchat-2.8.8.orig/src/common/xchat.c xchat-2.8.8/src/common/xchat.c
+--- xchat-2.8.8.orig/src/common/xchat.c 2010-05-16 07:04:45.000000000 +0000
++++ xchat-2.8.8/src/common/xchat.c 2010-11-09 15:29:23.322458751 +0000
+@@ -602,7 +602,7 @@
+ "NAME WII\n" "CMD quote WHOIS %2 %2\n\n";
+
+ static char defaultconf_urlhandlers[] =
+- "NAME Open Link in Opera\n" "CMD !opera -remote 'openURL(%s)'\n\n";
++ "NAME Open Link in Web Browser\n" "CMD !icecat 'openURL(%s)'\n\n";
+
+ #ifdef USE_SIGACTION
+ /* Close and open log files on SIGUSR1. Usefull for log rotating */