[gnome-software] Revert "gs-update-monitor: Correct mode name typo in a notification"



commit 35584753343fbe223853f877b974b04f2d8fc3dd
Author: Milan Crha <mcrha redhat com>
Date:   Tue Nov 24 17:33:18 2020 +0100

    Revert "gs-update-monitor: Correct mode name typo in a notification"
    
    This reverts commit 18155548285c6f72aed4013102d9e1e4ecdf5394.
    
    Accidentally committed into the master, while wanted to make a merge request.

 src/gs-update-monitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-update-monitor.c b/src/gs-update-monitor.c
index e62ccd48..296a5127 100644
--- a/src/gs-update-monitor.c
+++ b/src/gs-update-monitor.c
@@ -519,7 +519,7 @@ get_system_finished_cb (GObject *object, GAsyncResult *res, gpointer data)
        n = g_notification_new (_("Operating System Updates Unavailable"));
        /* TRANSLATORS: this is the message dialog for the distro EOL notice */
        g_notification_set_body (n, _("Upgrade to continue receiving security updates."));
-       g_notification_set_default_action_and_target (n, "app.set-mode", "s", "updates");
+       g_notification_set_default_action_and_target (n, "app.set-mode", "s", "update");
        g_application_send_notification (monitor->application, "eol", n);
 }
 


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