gimp/gimp-2.3.18-htmlview.patch
Nils Philippsen b031445ae7 version 2.4.0-rc1 change license tags to GPLv2+ (main app), LGPLv2+ (libs
and devel) drop libXt-devel build requirement build-require
    pygobject2-devel directly don't let %postun fail remove obsolete
    buildroot, gimphelpmissing, icontheme, gifload, gimptool patches update
    htmlview patch use more distinct build root use %buildroot consistently
    explicitely enable configure options more versionized build
    requirements don't rebuild autofoo files reformat spec file a bit
2007-08-16 14:16:21 +00:00

23 lines
847 B
Diff

--- gimp-2.3.18/etc/gimprc.htmlview 2007-06-11 22:40:08.000000000 +0200
+++ gimp-2.3.18/etc/gimprc 2007-06-25 16:14:06.000000000 +0200
@@ -618,7 +618,7 @@
# appended to the command with a space separating the two. This is a single
# filename.
#
-# (web-browser "firefox %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
--- gimp-2.3.18/app/config/gimpguiconfig.c.htmlview 2007-05-21 10:56:29.000000000 +0200
+++ gimp-2.3.18/app/config/gimpguiconfig.c 2007-06-25 16:13:28.000000000 +0200
@@ -40,7 +40,7 @@
#ifdef G_OS_WIN32
# define DEFAULT_WEB_BROWSER "not used on Windows"
#else
-# define DEFAULT_WEB_BROWSER "firefox %s"
+# define DEFAULT_WEB_BROWSER "htmlview %s"
#endif