reverted change for bug #522483. 'xdg-open' doesn't do the right thing for

2008-06-10  Sven Neumann  <sven@gimp.org>

	* app/config/gimpguiconfig.c (DEFAULT_WEB_BROWSER): reverted
	change for bug #522483. 'xdg-open' doesn't do the right thing for
	file: URIs.

svn path=/trunk/; revision=25909
This commit is contained in:
Sven Neumann
2008-06-10 10:12:25 +00:00
committed by Sven Neumann
parent 769c4f925a
commit d7d7181ba4
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-06-10 Sven Neumann <sven@gimp.org>
* app/config/gimpguiconfig.c (DEFAULT_WEB_BROWSER): reverted
change for bug #522483. 'xdg-open' doesn't do the right thing for
file:/// URIs.
2008-06-10 Sven Neumann <sven@gimp.org>
* app/core/gimp-gui.[ch]

View File

@ -42,7 +42,7 @@
#elif HAVE_CARBON
# define DEFAULT_WEB_BROWSER "open %s"
#else
# define DEFAULT_WEB_BROWSER "xdg-open %s"
# define DEFAULT_WEB_BROWSER "firefox %s"
#endif