[epiphany] downloader-view: current-size is guint64 not gint64



commit f37b48d7aefb675a9115c3f225b593a043646beb
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Thu Feb 11 00:05:39 2010 -0500

    downloader-view: current-size is guint64 not gint64

 embed/downloader-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/downloader-view.c b/embed/downloader-view.c
index 59653c5..de15dbb 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]