From ea65d6046e138275012814e4490478ba64526279 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 7 Oct 2016 07:46:11 +0000 Subject: community/xchat: move from main --- community/xchat/midori.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 community/xchat/midori.patch (limited to 'community/xchat/midori.patch') 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); -- cgit v1.2.3