Fix a bug where Galeon would not launch helper apps after files were

downloaded.
This commit is contained in:
Joe Marcus Clarke 2003-02-21 05:29:04 +00:00
parent 97bf519eff
commit 033a8368cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76010
2 changed files with 28 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= galeon2
PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//}

View File

@ -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)