summaryrefslogtreecommitdiffstats
path: root/www/galeon2/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-04-08 17:41:13 +0000
committermarcus <marcus@FreeBSD.org>2003-04-08 17:41:13 +0000
commit2908d8f45703820b5e7fe2810e1a65c8743f0730 (patch)
treee37d9352eea26659dc036443cbae660fda0f40ef /www/galeon2/files
parentbadc2d83e330a353330ce179dc7b251e070a9583 (diff)
downloadFreeBSD-ports-2908d8f45703820b5e7fe2810e1a65c8743f0730.zip
FreeBSD-ports-2908d8f45703820b5e7fe2810e1a65c8743f0730.tar.gz
Fix yet another MOZILLA_SNAPSHOT issue.
Reported by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'www/galeon2/files')
-rw-r--r--www/galeon2/files/patch-mozilla_GaleonWrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon2/files/patch-mozilla_GaleonWrapper.cpp b/www/galeon2/files/patch-mozilla_GaleonWrapper.cpp
index 599a228..48c3c09 100644
--- a/www/galeon2/files/patch-mozilla_GaleonWrapper.cpp
+++ b/www/galeon2/files/patch-mozilla_GaleonWrapper.cpp
@@ -4,7 +4,7 @@
nsCOMPtr<nsIDocument> doc = do_QueryInterface(DOMDocument);
if(!doc) return NS_ERROR_FAILURE;
-+#if MOZILLA_SNAPSHOT >= 6
++#if MOZILLA_SNAPSHOT > 6
+ nsAutoString t;
+ doc->GetDocumentTitle(t);
+ *title = g_strdup (NS_ConvertUCS2toUTF8(t).get());
OpenPOWER on IntegriCloud