[gnome-software/wip/rancell/ubuntu-3-20-4: 26/28] Only show the external installed notification on success
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/ubuntu-3-20-4: 26/28] Only show the external installed notification on success
- Date: Fri, 23 Jun 2017 00:57:46 +0000 (UTC)
commit 0c020acf4032cddf5316a85c1c8a706775d90d3b
Author: Richard Hughes <richard hughsie com>
Date: Mon Sep 12 16:50:58 2016 +0100
Only show the external installed notification on success
src/gs-page.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-page.c b/src/gs-page.c
index 30104eb..980348f 100644
--- a/src/gs-page.c
+++ b/src/gs-page.c
@@ -96,7 +96,7 @@ gs_page_app_installed_cb (GObject *source,
}
/* only show this if the window is not active */
- if (gs_app_get_state (helper->app) != AS_APP_STATE_QUEUED_FOR_INSTALL &&
+ if (gs_app_is_installed (helper->app) &&
!gs_shell_is_active (priv->shell))
gs_app_notify_installed (helper->app);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]