[gnome-software/wip/rancell/ubuntu-3-20-3: 36/56] Allow transition from AS_APP_STATE_INSTALLED to AS_APP_STATE_UPDATABLE
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/ubuntu-3-20-3: 36/56] Allow transition from AS_APP_STATE_INSTALLED to AS_APP_STATE_UPDATABLE
- Date: Sat, 17 Jun 2017 12:12:10 +0000 (UTC)
commit 1e1bb02ea03bb6b73ac5d36bea7c686dbbc44179
Author: William Hua <william hua canonical com>
Date: Wed Apr 13 10:23:32 2016 -0400
Allow transition from AS_APP_STATE_INSTALLED to AS_APP_STATE_UPDATABLE
src/gs-app.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-app.c b/src/gs-app.c
index aa6bfc6..f3fd154 100644
--- a/src/gs-app.c
+++ b/src/gs-app.c
@@ -498,6 +498,8 @@ gs_app_set_state_internal (GsApp *app, AsAppState state)
case AS_APP_STATE_INSTALLED:
/* installed has to go into an action state */
if (state == AS_APP_STATE_UNKNOWN ||
+ state == AS_APP_STATE_UPDATABLE ||
+ state == AS_APP_STATE_UPDATABLE_LIVE ||
state == AS_APP_STATE_REMOVING)
state_change_ok = TRUE;
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]