diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-29 03:52:30 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-29 03:52:30 +0800 |
commit | da7eb495be1657f178318d5647254e9956f38110 (patch) | |
tree | bcf3a954212e9567b38a90c771abf92c30de8495 /embed | |
parent | a99e9fd9001b2bbb0f1d5d7df7fc957ae47100bf (diff) | |
download | gsoc2013-epiphany-da7eb495be1657f178318d5647254e9956f38110.tar.gz gsoc2013-epiphany-da7eb495be1657f178318d5647254e9956f38110.tar.zst gsoc2013-epiphany-da7eb495be1657f178318d5647254e9956f38110.zip |
Fix snapshot check for mozilla >= 1.7rc2 .
2004-05-28 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler.h:
Fix snapshot check for mozilla >= 1.7rc2 .
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/ContentHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |