[gnome-software] trivial: Update the update list after updating a flatpak app



commit 7dbfd106a64668f0b2bbb0bf811714eedff505bc
Author: Richard Hughes <richard hughsie com>
Date:   Fri Aug 12 14:40:33 2016 +0100

    trivial: Update the update list after updating a flatpak app

 src/plugins/gs-flatpak.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-flatpak.c b/src/plugins/gs-flatpak.c
index f7b4a78..62c238a 100644
--- a/src/plugins/gs-flatpak.c
+++ b/src/plugins/gs-flatpak.c
@@ -1643,6 +1643,9 @@ gs_flatpak_update_app (GsFlatpak *self,
                return FALSE;
        }
 
+       /* update UI */
+       gs_plugin_updates_changed (self->plugin);
+
        /* state is known */
        gs_app_set_state (app, AS_APP_STATE_INSTALLED);
        return TRUE;


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