diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-11-07 05:37:16 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-11-07 05:37:16 +0800 |
commit | bb65e1ca58bc3ba4c1062de7000d4677f09aefb2 (patch) | |
tree | def4570f1cd1f47e9f62a814e1f7e863e2808963 /embed/mozilla | |
parent | 0997291f66dbb820c534a9a5cbf85ca75488db89 (diff) | |
download | gsoc2013-epiphany-bb65e1ca58bc3ba4c1062de7000d4677f09aefb2.tar gsoc2013-epiphany-bb65e1ca58bc3ba4c1062de7000d4677f09aefb2.tar.gz gsoc2013-epiphany-bb65e1ca58bc3ba4c1062de7000d4677f09aefb2.tar.bz2 gsoc2013-epiphany-bb65e1ca58bc3ba4c1062de7000d4677f09aefb2.tar.lz gsoc2013-epiphany-bb65e1ca58bc3ba4c1062de7000d4677f09aefb2.tar.xz gsoc2013-epiphany-bb65e1ca58bc3ba4c1062de7000d4677f09aefb2.tar.zst gsoc2013-epiphany-bb65e1ca58bc3ba4c1062de7000d4677f09aefb2.zip |
Use kB, MB and GB for the total size of the files being downloaded. Fixes
* embed/downloader-view.c: (download_changed_cb):
Use kB, MB and GB for the total size of the files being
downloaded. Fixes #126387
* embed/mozilla/ContentHandler.cpp:
Small cleanup.
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/ContentHandler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index 386c082c2..8f0267d33 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -28,7 +28,6 @@ #include "nsCOMPtr.h" #include "nsString.h" -#include "nsIURI.h" #include "nsIURL.h" #include "nsILocalFile.h" #include "nsIMIMEInfo.h" @@ -360,7 +359,6 @@ NS_METHOD GContentHandler::MIMEAskAction (void) if (NS_FAILED (rv)) return rv; rv = mContentHandler->FindHelperApp (); if (NS_FAILED (rv)) return rv; - } return NS_OK; |