diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-08 17:41:13 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-08 17:41:13 +0000 |
commit | 2908d8f45703820b5e7fe2810e1a65c8743f0730 (patch) | |
tree | e37d9352eea26659dc036443cbae660fda0f40ef /www/galeon2/files | |
parent | badc2d83e330a353330ce179dc7b251e070a9583 (diff) | |
download | FreeBSD-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.cpp | 2 |
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()); |