aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/ContentHandler.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e5f89f923..d26476574 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-28 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/ContentHandler.h:
+
+ Fix snapshot check for mozilla >= 1.7rc2 .
+
2004-05-24 Xan Lopez <xan@gnome.org>
* embed/downloader-view.c: (update_status_icon):
diff --git a/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h
index 834480161..5805b28bb 100644
--- a/embed/mozilla/ContentHandler.h
+++ b/embed/mozilla/ContentHandler.h
@@ -78,7 +78,7 @@ class GContentHandler : public nsIHelperAppLauncherDialog
nsCOMPtr<nsIFile> mTempFile;
nsCOMPtr<nsISupports> mContext;
-#if MOZILLA_SNAPSHOT < 16
+#if MOZILLA_SNAPSHOT < 18
char *mMimeType;
#else
nsCString mMimeType;