diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-02-06 11:55:48 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-02-06 11:55:48 -0200 |
commit | ce15c219696194cd6826205cb630e64cfb9c1c5b (patch) | |
tree | d59fd775358e09bf90d842203d3f751c97b1f75a /libre/xchat-libre/remove-non-free-suggestion.patch | |
parent | 387a6ac962ce6a21ccb27fa2cc494ea6e3d2b8cd (diff) | |
parent | c1bff90faaaca75404032580f2ad5213ec76e893 (diff) | |
download | abslibre-ce15c219696194cd6826205cb630e64cfb9c1c5b.tar.gz abslibre-ce15c219696194cd6826205cb630e64cfb9c1c5b.tar.bz2 abslibre-ce15c219696194cd6826205cb630e64cfb9c1c5b.zip |
Merge ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/xchat-libre/remove-non-free-suggestion.patch')
-rw-r--r-- | libre/xchat-libre/remove-non-free-suggestion.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/xchat-libre/remove-non-free-suggestion.patch b/libre/xchat-libre/remove-non-free-suggestion.patch index ab4b3dc7b..f20894610 100644 --- a/libre/xchat-libre/remove-non-free-suggestion.patch +++ b/libre/xchat-libre/remove-non-free-suggestion.patch @@ -1,13 +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-19 01:56:02.243813379 -0200 -@@ -602,7 +602,8 @@ +--- 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"; -+ "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 */ |