Blame SOURCES/xsane-0.995-xdg-open.patch

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