summaryrefslogtreecommitdiff
path: root/libre/xchat/no-firefox.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-04 03:59:54 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-04 03:59:54 -0300
commit56cad5443b999b8308b5c2c5e278ff6acc24c1c6 (patch)
treeeba35b35755c34974bf76684c14ebb35c65aa19c /libre/xchat/no-firefox.patch
parent6ada45cd8762539f08e0477d65b5af697419843c (diff)
parente18624050b62423c4e689ee2abf9929c6b46e5d5 (diff)
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre/xchat/no-firefox.patch')
-rw-r--r--libre/xchat/no-firefox.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/libre/xchat/no-firefox.patch b/libre/xchat/no-firefox.patch
new file mode 100644
index 000000000..60c4846ee
--- /dev/null
+++ b/libre/xchat/no-firefox.patch
@@ -0,0 +1,16 @@
+diff -Nur xchat-2.8.8.orig/src/fe-gtk/fe-gtk.c xchat-2.8.8/src/fe-gtk/fe-gtk.c
+--- xchat-2.8.8.orig/src/fe-gtk/fe-gtk.c 2010-05-16 00:15:42.000000000 -0300
++++ xchat-2.8.8/src/fe-gtk/fe-gtk.c 2013-01-19 02:11:00.691529212 -0200
+@@ -955,8 +955,10 @@
+ return;
+ }
+
+- /* everything failed, what now? just try firefox */
+- if (try_browser ("firefox", NULL, url))
++ /* everything failed, what now? just try iceweasel or icecat */
++ if (try_browser ("iceweasel", NULL, url))
++ return;
++ if (try_browser ("icecat", NULL, url))
+ return;
+
+ /* fresh out of ideas... */