[gnome-software] Be less alarming when notifying the user



commit 82c4d571d308fe8a6ee2db674d8d74f3113cb5fc
Author: Richard Hughes <richard hughsie com>
Date:   Mon Dec 9 16:34:06 2013 +0000

    Be less alarming when notifying the user
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=719957

 src/gs-update-monitor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-update-monitor.c b/src/gs-update-monitor.c
index b51b5d9..385e70f 100644
--- a/src/gs-update-monitor.c
+++ b/src/gs-update-monitor.c
@@ -165,7 +165,7 @@ check_offline_update_cb (gpointer user_data)
 
        notification = g_notification_new (title);
        g_notification_set_body (notification, message);
-       icon = g_themed_icon_new ("software-update-urgent-symbolic");
+       icon = g_themed_icon_new ("gnome-software-symbolic");
        g_notification_set_icon (notification, icon);
        g_object_unref (icon);
        if (success)


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