From b0b62cbe423aa7c223baa81000cf66ec421ed2a2 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 10 Jan 2004 14:56:22 +0000 Subject: Fix type to make it compile with MOZILLA_SNAPSHOT <= 11 again. 2004-01-10 Christian Persch * embed/mozilla/ContentHandler.cpp: Fix type to make it compile with MOZILLA_SNAPSHOT <= 11 again. --- ChangeLog | 12 ++++++++++++ embed/mozilla/ContentHandler.cpp | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ee7cb280e..08e51334c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-01-10 Christian Persch + + * embed/mozilla/ContentHandler.cpp: + + Fix type to make it compile with MOZILLA_SNAPSHOT <= 11 again. + +2004-01-10 Christian Persch + + * src/ephy-notebook.c: (ephy_notebook_finalize): + + Call parent class' finalize. + 2004-01-10 Christian Persch * embed/mozilla/mozilla-embed-persist.cpp: diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index 7ee10e5cc..e76a7024a 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -271,8 +271,9 @@ NS_METHOD GContentHandler::Init (void) mLauncher->GetSource (getter_AddRefs(mUri)); NS_ENSURE_TRUE (mUri, NS_ERROR_FAILURE); #else + PRInt64 TimeDownloadStarted; rv = mLauncher->GetDownloadInfo (getter_AddRefs(mUri), - &mTimeDownloadStarted, + &TimeDownloadStarted, getter_AddRefs(mTempFile)); #endif -- cgit v1.2.3