diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-06-23 01:23:59 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-06-23 01:23:59 -0300 |
commit | 0362923a952fcd3cddef1cc922eea74bcf42c9cf (patch) | |
tree | a3d66f3b86aaedfd8348c9b4a01528d9f9d454ba /libre/xchat-libre/no-firefox.patch | |
parent | 2a513fc047e9cc6f3daaefa1494f0cca583187f4 (diff) | |
parent | bc42c16bdd4b5448c3f311637da8ad1f3c2b96cd (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/abslibre
Diffstat (limited to 'libre/xchat-libre/no-firefox.patch')
-rw-r--r-- | libre/xchat-libre/no-firefox.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/xchat-libre/no-firefox.patch b/libre/xchat-libre/no-firefox.patch new file mode 100644 index 000000000..7fb5190de --- /dev/null +++ b/libre/xchat-libre/no-firefox.patch @@ -0,0 +1,11 @@ +--- xchat-2.8.8/src/fe-gtk/fe-gtk.c_orig 2011-06-02 04:25:03.386077554 +0200 ++++ xchat-2.8.8/src/fe-gtk/fe-gtk.c 2011-06-02 04:25:14.959410608 +0200 +@@ -956,7 +956,7 @@ + } + + /* everything failed, what now? just try firefox */ +- if (try_browser ("firefox", NULL, url)) ++ if (try_browser ("icecat", NULL, url)) + return; + + /* fresh out of ideas... */ |