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

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