aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-05-29 03:52:30 +0800
committerChristian Persch <chpe@src.gnome.org>2004-05-29 03:52:30 +0800
commitda7eb495be1657f178318d5647254e9956f38110 (patch)
treebcf3a954212e9567b38a90c771abf92c30de8495 /embed
parenta99e9fd9001b2bbb0f1d5d7df7fc957ae47100bf (diff)
downloadgsoc2013-epiphany-da7eb495be1657f178318d5647254e9956f38110.tar
gsoc2013-epiphany-da7eb495be1657f178318d5647254e9956f38110.tar.gz
gsoc2013-epiphany-da7eb495be1657f178318d5647254e9956f38110.tar.bz2
gsoc2013-epiphany-da7eb495be1657f178318d5647254e9956f38110.tar.lz
gsoc2013-epiphany-da7eb495be1657f178318d5647254e9956f38110.tar.xz
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.h2
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;