[gnome-software/wip/ubuntu-xenial: 2/3] Disable "Software Updates Available" notification
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/ubuntu-xenial: 2/3] Disable "Software Updates Available" notification
- Date: Tue, 14 Jun 2016 16:55:48 +0000 (UTC)
commit 1fb98ae711422bcb7b649145520f5594e24e053e
Author: William Hua <william hua canonical com>
Date: Tue Jun 14 12:27:25 2016 -0400
Disable "Software Updates Available" notification
src/gs-update-monitor.c | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/src/gs-update-monitor.c b/src/gs-update-monitor.c
index 1930326..43b7ca0 100644
--- a/src/gs-update-monitor.c
+++ b/src/gs-update-monitor.c
@@ -95,17 +95,6 @@ notify_offline_update_available (GsUpdateMonitor *monitor)
g_notification_set_default_action_and_target (n, "app.set-mode", "s", "updates");
}
g_application_send_notification (monitor->application, "updates-available", n);
- } else {
- title = _("Software Updates Available");
- body = _("Important OS and application updates are ready to be installed");
- n = g_notification_new (title);
- g_notification_set_body (n, body);
- if (!gs_utils_is_current_desktop ("Unity")) {
- g_notification_add_button (n, _("Not Now"), "app.nop");
- g_notification_add_button_with_target (n, _("View"), "app.set-mode", "s", "updates");
- g_notification_set_default_action_and_target (n, "app.set-mode", "s", "updates");
- }
- g_application_send_notification (monitor->application, "updates-available", n);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]