diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/MozDownload.cpp | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2004-05-19 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/MozDownload.cpp: + + Fix a MOZILLA_SNAPSHOT check for 1.7 branch. + +2004-05-19 Christian Persch <chpe@cvs.gnome.org> + * configure.in: Generate Makefile in help/es too. diff --git a/embed/mozilla/MozDownload.cpp b/embed/mozilla/MozDownload.cpp index 79e25c8c0..b50161c38 100644 --- a/embed/mozilla/MozDownload.cpp +++ b/embed/mozilla/MozDownload.cpp @@ -347,7 +347,7 @@ MozDownload::OnStateChange (nsIWebProgress *aWebProgress, nsIRequest *aRequest, else if (NS_SUCCEEDED (aStatus)) { GnomeVFSMimeApplication *helperApp; -#if MOZILLA_SNAPSHOT < 16 +#if MOZILLA_SNAPSHOT < 18 char *mimeType; rv = mMIMEInfo->GetMIMEType (&mimeType); NS_ENSURE_SUCCESS (rv, NS_ERROR_FAILURE); |