rpms/gimp/FC-4 gimp-2.2.11-htmlview.patch,NONE,1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 18 06:48:06 UTC 2006


Author: nphilipp

Update of /cvs/dist/rpms/gimp/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv16964

Added Files:
	gimp-2.2.11-htmlview.patch 
Log Message:
use htmlview as default web browser (#183730, patch by Ben Levenson, modified)


gimp-2.2.11-htmlview.patch:
 app/config/gimpguiconfig.c |    2 +-
 etc/gimprc                 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gimp-2.2.11-htmlview.patch ---
--- gimp-2.2.11/app/config/gimpguiconfig.c.htmlview	2006-02-14 11:13:14.000000000 +0100
+++ gimp-2.2.11/app/config/gimpguiconfig.c	2006-04-18 08:30:02.000000000 +0200
@@ -43,7 +43,7 @@
 #ifdef G_OS_WIN32
 #  define DEFAULT_WEB_BROWSER      "not used on Windows"
 #else
-#  define DEFAULT_WEB_BROWSER      "mozilla %s"
+#  define DEFAULT_WEB_BROWSER      "htmlview %s"
 #endif
 
 
--- gimp-2.2.11/etc/gimprc.htmlview	2006-04-13 14:08:54.000000000 +0200
+++ gimp-2.2.11/etc/gimprc	2006-04-18 08:28:25.000000000 +0200
@@ -585,7 +585,7 @@
 # appended to the command with a space separating the two.  This is a single
 # filename.
 # 
-# (web-browser "mozilla %s")
+# (web-browser "htmlview %s")
 
 # The window type hint that is set on the toolbox. This may affect how your
 # window manager decorates and handles the toolbox window.  Possible values




More information about the fedora-cvs-commits mailing list