summaryrefslogtreecommitdiff
path: root/libre/xchat-libre/remove-non-free-suggestion.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-19 02:28:37 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-19 02:28:37 -0200
commit8bd0ef69a201fbc4bd18e14815574cafdffb6e61 (patch)
treed0d962cba82f6d386e7abec4e4bcdb879d232834 /libre/xchat-libre/remove-non-free-suggestion.patch
parent6c48e7c4ae1876a488b35f5e6996abbcc406140f (diff)
downloadabslibre-8bd0ef69a201fbc4bd18e14815574cafdffb6e61.tar.gz
abslibre-8bd0ef69a201fbc4bd18e14815574cafdffb6e61.tar.bz2
abslibre-8bd0ef69a201fbc4bd18e14815574cafdffb6e61.zip
xchat-libre-2.8.8-11.1: fixing our patches
Diffstat (limited to 'libre/xchat-libre/remove-non-free-suggestion.patch')
-rw-r--r--libre/xchat-libre/remove-non-free-suggestion.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/xchat-libre/remove-non-free-suggestion.patch b/libre/xchat-libre/remove-non-free-suggestion.patch
index 9383db521..66be5e9ae 100644
--- a/libre/xchat-libre/remove-non-free-suggestion.patch
+++ b/libre/xchat-libre/remove-non-free-suggestion.patch
@@ -1,12 +1,13 @@
-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 @@
+diff -Nur 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 04:04:45.000000000 -0300
++++ xchat-2.8.8/src/common/xchat.c 2013-01-19 01:56:02.243813379 -0200
+@@ -602,7 +602,8 @@
"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 !iceweasel '%s'\n\n";
++ "NAME Open Link in Iceweasel\n" "CMD !iceweasel '%s'\n\n";
++ "NAME Open Link in GNU IceCat\n" "CMD !icecat '%s'\n\n";
#ifdef USE_SIGACTION
/* Close and open log files on SIGUSR1. Usefull for log rotating */