aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/MozDownload.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 77f9be9be..e3e409255 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-03-03 Christian Persch <chpe@cvs.gnome.org>
+ * embed/mozilla/MozDownload.cpp:
+
+ Change wait interval between updates to 0.2 s.
+
+2004-03-03 Christian Persch <chpe@cvs.gnome.org>
+
* lib/widgets/ephy-node-view.c: (uri_list_parse),
(drag_data_received_cb):
diff --git a/embed/mozilla/MozDownload.cpp b/embed/mozilla/MozDownload.cpp
index f65ed2bd2..a5c37e0f3 100644
--- a/embed/mozilla/MozDownload.cpp
+++ b/embed/mozilla/MozDownload.cpp
@@ -115,7 +115,7 @@ MozDownload::Init(nsIURI *aSource, nsILocalFile *aTarget, const PRUnichar *aDisp
mTotalProgress = 0;
mCurrentProgress = 0;
mPercentComplete = 0;
- mInterval = 4000; /* in ms */
+ mInterval = 200000; /* microsec */
mLastUpdate = mStartTime;
mMIMEInfo = aMIMEInfo;