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



commit 05d98c8dd652e9df8048d113c086f6b9b12a65cf
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 84decc3..cc4c73b 100644
--- a/src/gs-app.c
+++ b/src/gs-app.c
@@ -497,6 +497,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]