diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/ContentHandler.h | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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; |