[gnome-software] flatpak: Set the download size correctly for prepared updates
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] flatpak: Set the download size correctly for prepared updates
- Date: Fri, 21 Oct 2016 14:10:51 +0000 (UTC)
commit 9c0b594cece89349162f5e4227f25838c481f19c
Author: Richard Hughes <richard hughsie com>
Date: Fri Oct 21 14:33:41 2016 +0100
flatpak: Set the download size correctly for prepared updates
src/plugins/gs-flatpak.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-flatpak.c b/src/plugins/gs-flatpak.c
index 4517088..40f8d0c 100644
--- a/src/plugins/gs-flatpak.c
+++ b/src/plugins/gs-flatpak.c
@@ -951,6 +951,7 @@ gs_flatpak_add_updates (GsFlatpak *self, GsAppList *list,
continue;
}
gs_app_set_state (app, AS_APP_STATE_UPDATABLE_LIVE);
+ gs_app_set_size_download (app, 0);
gs_app_list_add (list, app);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]