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:

committed by
Sven Neumann

parent
769c4f925a
commit
d7d7181ba4
@ -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]
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user