diff --git a/gimp-2.4.0-htmlview.patch b/gimp-2.4.0-htmlview.patch deleted file mode 100644 index 4ce45fd..0000000 --- a/gimp-2.4.0-htmlview.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -up gimp-2.4.0/docs/gimprc.5.in.htmlview gimp-2.4.0/docs/gimprc.5.in ---- gimp-2.4.0/docs/gimprc.5.in.htmlview 2007-10-22 21:45:59.000000000 +0200 -+++ gimp-2.4.0/docs/gimprc.5.in 2007-10-29 15:11:05.000000000 +0100 -@@ -788,7 +788,7 @@ Sets the browser used by the help system - web-browser. - - .TP --(web-browser "firefox %s") -+(web-browser "htmlview %s") - - Sets the external web browser to be used. This can be an absolute path or the - name of an executable to search for in the user's PATH. If the command -diff -up gimp-2.4.0/etc/gimprc.htmlview gimp-2.4.0/etc/gimprc ---- gimp-2.4.0/etc/gimprc.htmlview 2007-10-22 21:45:59.000000000 +0200 -+++ gimp-2.4.0/etc/gimprc 2007-10-29 15:00:33.000000000 +0100 -@@ -625,7 +625,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 -diff -up gimp-2.4.0/app/config/gimpguiconfig.c.htmlview gimp-2.4.0/app/config/gimpguiconfig.c ---- gimp-2.4.0/app/config/gimpguiconfig.c.htmlview 2007-05-21 10:56:29.000000000 +0200 -+++ gimp-2.4.0/app/config/gimpguiconfig.c 2007-10-29 15:00:33.000000000 +0100 -@@ -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 - -