Fix a bug where Galeon would not launch helper apps after files were
downloaded.
This commit is contained in:
parent
97bf519eff
commit
033a8368cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76010
@ -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$//}
|
||||
|
27
www/galeon2/files/patch-mozilla_ContentHandler.cpp
Normal file
27
www/galeon2/files/patch-mozilla_ContentHandler.cpp
Normal 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)
|
Loading…
Reference in New Issue
Block a user