aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/downloader-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/downloader-view.c b/embed/downloader-view.c
index 59653c5b0..de15dbb04 100644
--- a/embed/downloader-view.c
+++ b/embed/downloader-view.c
@@ -452,7 +452,7 @@ update_download_row (DownloaderView *dv, WebKitDownload *download)
GtkTreePath *path;
GtkTreeIter iter;
WebKitDownloadStatus status;
- gint64 total, current;
+ guint64 total, current;
gdouble remaining_seconds = 0.0;
char *remaining, *file, *cur_progress, *name;
struct tm;