aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-08-31 20:32:53 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-31 20:32:53 +0800
commita0665f48e913456778cf7ed84403491907f8b0e1 (patch)
tree657cf5d65713edac83639a54db5cf02a2add9077
parent213191157d42b6371579c90e7cceff08b9228f65 (diff)
downloadgsoc2013-epiphany-a0665f48e913456778cf7ed84403491907f8b0e1.tar.gz
gsoc2013-epiphany-a0665f48e913456778cf7ed84403491907f8b0e1.tar.zst
gsoc2013-epiphany-a0665f48e913456778cf7ed84403491907f8b0e1.zip
Forgot to re-number MOZILLA_SNAPSHOT here.
2004-08-31 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.h: Forgot to re-number MOZILLA_SNAPSHOT here.
-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 073ed04fa..43ac35501 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-08-31 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/ContentHandler.h:
+
+ Forgot to re-number MOZILLA_SNAPSHOT here.
+
2004-08-29 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs.js:
diff --git a/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h
index 8893769cf..060d68d7f 100644
--- a/embed/mozilla/ContentHandler.h
+++ b/embed/mozilla/ContentHandler.h
@@ -86,7 +86,7 @@ class GContentHandler : public nsIHelperAppLauncherDialog
nsCOMPtr<nsIFile> mTempFile;
nsCOMPtr<nsISupports> mContext;
-#if MOZILLA_SNAPSHOT < 18
+#if MOZILLA_SNAPSHOT < 20
char *mMimeType;
#else
nsCString mMimeType;