diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-12 03:58:40 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-12 03:58:40 +0800 |
commit | e793ae96947ecae46b9b2fb69a5a43f7ff2fd818 (patch) | |
tree | 57d2be0577bfce279e83a3f205ad9821effb5ffb /www | |
parent | 5bd62fe15552c02ad221e8ee27d84231f33524e2 (diff) | |
download | marcuscom-ports-e793ae96947ecae46b9b2fb69a5a43f7ff2fd818.tar marcuscom-ports-e793ae96947ecae46b9b2fb69a5a43f7ff2fd818.tar.gz marcuscom-ports-e793ae96947ecae46b9b2fb69a5a43f7ff2fd818.tar.bz2 marcuscom-ports-e793ae96947ecae46b9b2fb69a5a43f7ff2fd818.tar.lz marcuscom-ports-e793ae96947ecae46b9b2fb69a5a43f7ff2fd818.tar.xz marcuscom-ports-e793ae96947ecae46b9b2fb69a5a43f7ff2fd818.tar.zst marcuscom-ports-e793ae96947ecae46b9b2fb69a5a43f7ff2fd818.zip |
Attempt a fix for this with Mozilla 1.6a.
Reported by: adamw
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1464 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/files/patch-embed_mozilla_mozilla-embed-single.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/epiphany/files/patch-embed_mozilla_mozilla-embed-single.cpp b/www/epiphany/files/patch-embed_mozilla_mozilla-embed-single.cpp new file mode 100644 index 000000000..5f7bbebe3 --- /dev/null +++ b/www/epiphany/files/patch-embed_mozilla_mozilla-embed-single.cpp @@ -0,0 +1,11 @@ +--- embed/mozilla/mozilla-embed-single.cpp.orig Thu Dec 11 14:58:19 2003 ++++ embed/mozilla/mozilla-embed-single.cpp Thu Dec 11 14:58:27 2003 +@@ -385,7 +385,7 @@ + return NS_ERROR_FAILURE; + } + +-#if MOZILLA_SNAPSHOT >= 12 ++#if MOZILLA_SNAPSHOT > 12 + result = localeService->GetLocaleComponentForUserAgent (aUILang); + #else + nsXPIDLString uiLang; |