aboutsummaryrefslogtreecommitdiffstats
path: root/community/xchat/midori.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-07 07:46:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:34 +0000
commitea65d6046e138275012814e4490478ba64526279 (patch)
tree4fcfb64feb776b6e553095a5a4af32e503661eb6 /community/xchat/midori.patch
parentcc3fa43f44f2f6e9431fb2e5996f72e81b0e6d0a (diff)
downloadaports-ea65d6046e138275012814e4490478ba64526279.tar.bz2
aports-ea65d6046e138275012814e4490478ba64526279.tar.xz
community/xchat: move from main
Diffstat (limited to 'community/xchat/midori.patch')
-rw-r--r--community/xchat/midori.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/xchat/midori.patch b/community/xchat/midori.patch
new file mode 100644
index 0000000000..a9b4a08a44
--- /dev/null
+++ b/community/xchat/midori.patch
@@ -0,0 +1,15 @@
+diff --git a/src/fe-gtk/fe-gtk.c b/src/fe-gtk/fe-gtk.c
+index 251a7d7..f427ad4 100644
+--- a/src/fe-gtk/fe-gtk.c
++++ b/src/fe-gtk/fe-gtk.c
+@@ -958,6 +958,10 @@ fe_open_url_inner (const char *url)
+ /* everything failed, what now? just try firefox */
+ if (try_browser ("firefox", NULL, url))
+ return;
++
++ /* try midori before giving up */
++ if (try_browser ("midori", NULL, url))
++ return;
+
+ /* fresh out of ideas... */
+ try_browser ("mozilla", NULL, url);