[nautilus] window: Use symbolic icon for notifications



commit 5462e2d7ff21aedd1f3bdbf1d5b50e219f34ffae
Author: Carlos Soriano <csoriano gnome org>
Date:   Mon Mar 13 13:14:16 2017 +0100

    window: Use symbolic icon for notifications
    
    We prefer symbolic icons, even though gnome-shell now uses symbolic
    icons anyway for notifications if it's available.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=775891

 src/nautilus-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index 99bd9d5..eeb362a 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -982,7 +982,7 @@ notify_unmount_done (GMountOperation *op,
         gchar **strings;
 
         strings = g_strsplit (message, "\n", 0);
-        icon = g_themed_icon_new ("media-removable");
+        icon = g_themed_icon_new ("media-removable-symbolic");
         unplug = g_notification_new (strings[0]);
         g_notification_set_body (unplug, strings[1]);
         g_notification_set_icon (unplug, icon);


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