From da7eb495be1657f178318d5647254e9956f38110 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 28 May 2004 19:52:30 +0000 Subject: Fix snapshot check for mozilla >= 1.7rc2 . 2004-05-28 Christian Persch * embed/mozilla/ContentHandler.h: Fix snapshot check for mozilla >= 1.7rc2 . --- ChangeLog | 6 ++++++ embed/mozilla/ContentHandler.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e5f89f923..d26476574 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-28 Christian Persch + + * embed/mozilla/ContentHandler.h: + + Fix snapshot check for mozilla >= 1.7rc2 . + 2004-05-24 Xan Lopez * 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 mTempFile; nsCOMPtr mContext; -#if MOZILLA_SNAPSHOT < 16 +#if MOZILLA_SNAPSHOT < 18 char *mMimeType; #else nsCString mMimeType; -- cgit v1.2.3