blob: ad6e9cbb62f091eaf822fbcb47621ea277195018 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Description: Use sensible-browser
Change default browser to /usr/bin/sensible-browser.
Author: Julien BLACHE <jblache@debian.org>
Forwarded: not-needed
Index: xsane-0.996/src/xsane.h
===================================================================
--- xsane-0.996.orig/src/xsane.h 2010-03-13 20:42:56.787742668 +0100
+++ xsane-0.996/src/xsane.h 2010-03-13 20:42:58.391742649 +0100
@@ -251,7 +251,7 @@
# elif defined(HAVE_OS2_H)
# define DEFAULT_BROWSER "netscape"
# else
-# define DEFAULT_BROWSER "netscape"
+# define DEFAULT_BROWSER "/usr/bin/sensible-browser"
# endif
#endif
|