summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-08 17:41:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-08 17:41:13 +0000
commit040a278226bb780be21830b6c0eb85af7e6ee2f9 (patch)
tree2be6e2b025d5916d0432a4c0c8dae7ba68773690 /www
parentFix build on alpha. (diff)
Fix yet another MOZILLA_SNAPSHOT issue.
Reported by: Mike Harding <mvh@ix.netcom.com>
Notes
Notes: svn path=/head/; revision=78613
Diffstat (limited to 'www')
-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 599a228fb546..48c3c0939afb 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());