[gnome-software/gnome-3-20] trivial: Allow moving from installing->updatable-live



commit 790d4d2c33fdf0db0c87586f98873b396f2d042a
Author: Richard Hughes <richard hughsie com>
Date:   Sun Apr 17 20:11:16 2016 +0100

    trivial: Allow moving from installing->updatable-live

 src/gs-app.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-app.c b/src/gs-app.c
index 40be71e..f6df7c1 100644
--- a/src/gs-app.c
+++ b/src/gs-app.c
@@ -483,6 +483,7 @@ gs_app_set_state_internal (GsApp *app, AsAppState state)
                if (state == AS_APP_STATE_UNKNOWN ||
                    state == AS_APP_STATE_INSTALLED ||
                    state == AS_APP_STATE_UPDATABLE ||
+                   state == AS_APP_STATE_UPDATABLE_LIVE ||
                    state == AS_APP_STATE_AVAILABLE)
                        state_change_ok = TRUE;
                break;


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