diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-04 03:59:54 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-04 03:59:54 -0300 |
commit | 56cad5443b999b8308b5c2c5e278ff6acc24c1c6 (patch) | |
tree | eba35b35755c34974bf76684c14ebb35c65aa19c /libre/xchat/remove-non-free-suggestion.patch | |
parent | 6ada45cd8762539f08e0477d65b5af697419843c (diff) | |
parent | e18624050b62423c4e689ee2abf9929c6b46e5d5 (diff) |
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre/xchat/remove-non-free-suggestion.patch')
-rw-r--r-- | libre/xchat/remove-non-free-suggestion.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/xchat/remove-non-free-suggestion.patch b/libre/xchat/remove-non-free-suggestion.patch new file mode 100644 index 000000000..f20894610 --- /dev/null +++ b/libre/xchat/remove-non-free-suggestion.patch @@ -0,0 +1,12 @@ +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-30 22:23:44.481258504 -0200 +@@ -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"; ++ "" ""; + + #ifdef USE_SIGACTION + /* Close and open log files on SIGUSR1. Usefull for log rotating */ |