c1618ab
From 813d7063e3d265ba7e625766a040b8ba9bb130a9 Mon Sep 17 00:00:00 2001
c1618ab
From: Nils Philippsen <nils@redhat.com>
c1618ab
Date: Thu, 16 Aug 2012 11:18:00 +0200
c1618ab
Subject: [PATCH] patch: xdg-open
c1618ab
c1618ab
Squashed commit of the following:
c1618ab
c1618ab
commit 55380b90cece459e20d14e6da552abcf5ca54621
c1618ab
Author: Nils Philippsen <nils@redhat.com>
c1618ab
Date:   Fri Nov 19 12:14:17 2010 +0100
c1618ab
c1618ab
    use "xdg-open" instead of "netscape" to launch help browser
c1618ab
---
c1618ab
 src/xsane.h | 2 +-
c1618ab
 1 file changed, 1 insertion(+), 1 deletion(-)
c1618ab
c1618ab
diff --git a/src/xsane.h b/src/xsane.h
c1618ab
index cf6111f..3d8caaa 100644
c1618ab
--- a/src/xsane.h
c1618ab
+++ b/src/xsane.h
4c411f8
@@ -251,7 +251,7 @@
b39eaac
 # elif defined(HAVE_OS2_H)
b39eaac
 #  define DEFAULT_BROWSER "netscape"
b39eaac
 # else
b39eaac
-#  define DEFAULT_BROWSER "netscape"
4c411f8
+#  define DEFAULT_BROWSER "xdg-open"
b39eaac
 # endif
b39eaac
 #endif
cvsdist 715830d
 
c1618ab
-- 
c1618ab
1.7.11.4
c1618ab