diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-31 20:32:53 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-31 20:32:53 +0800 |
commit | a0665f48e913456778cf7ed84403491907f8b0e1 (patch) | |
tree | 657cf5d65713edac83639a54db5cf02a2add9077 | |
parent | 213191157d42b6371579c90e7cceff08b9228f65 (diff) | |
download | gsoc2013-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-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/ContentHandler.h | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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; |