summaryrefslogtreecommitdiff
path: root/shell/ev-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index e4cbce93..70dce57f 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -2190,7 +2190,7 @@ set_uri_mtime (GFile *source,
EvWindow *ev_window)
{
GFileInfo *info;
- gint utime = -1;
+ gint64 utime = -1;
info = g_file_query_info_finish (source, async_result, NULL);
if (info) {