]> git.pld-linux.org Git - packages/xsane.git/blob - xsane-0.995-xdg-open.patch
c27693878a9649540724dcb80c3c92bcced80565
[packages/xsane.git] / xsane-0.995-xdg-open.patch
1 From 813d7063e3d265ba7e625766a040b8ba9bb130a9 Mon Sep 17 00:00:00 2001
2 From: Nils Philippsen <nils@redhat.com>
3 Date: Thu, 16 Aug 2012 11:18:00 +0200
4 Subject: [PATCH] patch: xdg-open
5
6 Squashed commit of the following:
7
8 commit 55380b90cece459e20d14e6da552abcf5ca54621
9 Author: Nils Philippsen <nils@redhat.com>
10 Date:   Fri Nov 19 12:14:17 2010 +0100
11
12     use "xdg-open" instead of "netscape" to launch help browser
13 ---
14  src/xsane.h | 2 +-
15  1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/src/xsane.h b/src/xsane.h
18 index cf6111f..3d8caaa 100644
19 --- a/src/xsane.h
20 +++ b/src/xsane.h
21 @@ -251,7 +251,7 @@
22  # elif defined(HAVE_OS2_H)
23  #  define DEFAULT_BROWSER "netscape"
24  # else
25 -#  define DEFAULT_BROWSER "netscape"
26 +#  define DEFAULT_BROWSER "xdg-open"
27  # endif
28  #endif
29  
30 -- 
31 1.7.11.4
32
This page took 0.051418 seconds and 2 git commands to generate.