[gnome-software/515-gs-update-monitor-show-updated-applications-on-click-of-the-auto-update-notification] gs-update-monitor: Show updated applications on click of the auto-update notification



commit 193427e65cc5a2a60de99067652b744eb868dc94
Author: Milan Crha <mcrha redhat com>
Date:   Tue Nov 24 18:08:02 2020 +0100

    gs-update-monitor: Show updated applications on click of the auto-update notification
    
    Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/515
    Closes https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/550

 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 296a5127..7844b027 100644
--- a/src/gs-update-monitor.c
+++ b/src/gs-update-monitor.c
@@ -293,7 +293,7 @@ _build_autoupdated_notification (GsUpdateMonitor *monitor, GsAppList *list)
        n = g_notification_new (title);
        if (body->len > 0)
                g_notification_set_body (n, body->str);
-       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", "updated");
        return g_steal_pointer (&n);
 }
 


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