From 033a8368cb30a15ba42519ea54e243301b768d92 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 21 Feb 2003 05:29:04 +0000 Subject: Fix a bug where Galeon would not launch helper apps after files were downloaded. --- www/galeon2/files/patch-mozilla_ContentHandler.cpp | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 www/galeon2/files/patch-mozilla_ContentHandler.cpp (limited to 'www/galeon2/files/patch-mozilla_ContentHandler.cpp') diff --git a/www/galeon2/files/patch-mozilla_ContentHandler.cpp b/www/galeon2/files/patch-mozilla_ContentHandler.cpp new file mode 100644 index 000000000000..f392add3efb6 --- /dev/null +++ b/www/galeon2/files/patch-mozilla_ContentHandler.cpp @@ -0,0 +1,27 @@ +--- mozilla/ContentHandler.cpp.orig Fri Feb 21 00:06:59 2003 ++++ mozilla/ContentHandler.cpp Fri Feb 21 00:04:32 2003 +@@ -427,11 +427,11 @@ + + NS_METHOD GContentHandler::FindHelperApp (void) + { +- if (mUrlHelper) +- { ++// if (mUrlHelper) ++// { + return LaunchHelperApp (); +- } +- else ++// } ++/* else + { + if (NS_SUCCEEDED(SynchroniseMIMEInfo())) + { +@@ -441,7 +441,7 @@ + { + return NS_ERROR_FAILURE; + } +- } ++ }*/ + } + + NS_METHOD GContentHandler::LaunchHelperApp (void) -- cgit v1.2.3