[gnome-settings-daemon] updates: Ensure the user gets notified of normal updates at the correct interval even if security up
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] updates: Ensure the user gets notified of normal updates at the correct interval even if security up
- Date: Tue, 15 Mar 2011 18:08:32 +0000 (UTC)
commit 441b4a99148e2414082ed6485b2bfe1f0658b7c5
Author: Richard Hughes <richard hughsie com>
Date: Tue Mar 15 18:07:14 2011 +0000
updates: Ensure the user gets notified of normal updates at the correct interval even if security updates are being automatically installed
plugins/updates/gsd-updates-manager.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/updates/gsd-updates-manager.c b/plugins/updates/gsd-updates-manager.c
index f8229ba..64373bd 100644
--- a/plugins/updates/gsd-updates-manager.c
+++ b/plugins/updates/gsd-updates-manager.c
@@ -836,6 +836,7 @@ get_updates_finished_cb (GObject *object,
if (update == GSD_UPDATE_TYPE_SECURITY) {
if (security_array->len == 0) {
g_debug ("policy security, but none available");
+ notify_normal_updates_maybe (manager, array);
goto out;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]