[gimp] Bug 522483 – use gtk_show_uri() instead of calling firefox directly



commit 874e16c669da8b1412ac69d20925fb52469b8153
Author: Sven Neumann <sven gimp org>
Date:   Tue Jun 2 23:50:20 2009 +0200

    Bug 522483 â?? use gtk_show_uri() instead of calling firefox directly
    
    As a first step, changed the default web-browser to xdg-open.
---
 app/config/gimpguiconfig.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/config/gimpguiconfig.c b/app/config/gimpguiconfig.c
index 504c6cb..e84b6c8 100644
--- a/app/config/gimpguiconfig.c
+++ b/app/config/gimpguiconfig.c
@@ -44,7 +44,7 @@
 #elif PLATFORM_OSX
 #  define DEFAULT_WEB_BROWSER  "open %s"
 #else
-#  define DEFAULT_WEB_BROWSER  "firefox %s"
+#  define DEFAULT_WEB_BROWSER  "xdg-open %s"
 #endif
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]