diff options
Diffstat (limited to 'embed/ephy-download.c')
-rw-r--r-- | embed/ephy-download.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-download.c b/embed/ephy-download.c index 359472d1e..cece472a5 100644 --- a/embed/ephy-download.c +++ b/embed/ephy-download.c @@ -185,14 +185,14 @@ ephy_download_get_target (EphyDownload *download) return klass->get_target (download); } -long +gint64 ephy_download_get_current_progress (EphyDownload *download) { EphyDownloadClass *klass = EPHY_DOWNLOAD_GET_CLASS (download); return klass->get_current_progress (download); } -long +gint64 ephy_download_get_total_progress (EphyDownload *download) { EphyDownloadClass *klass = EPHY_DOWNLOAD_GET_CLASS (download); |