[gnome-disk-utility] GduVolumeGrid: Use starred icon instead of user-bookmarks



commit e13e73797fa4554ecd3660252511024476f5b496
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Tue Aug 28 13:19:22 2018 -0400

    GduVolumeGrid: Use starred icon instead of user-bookmarks
    
    Although the icons appear the same with Adwaita,
    other icon themes don't use the same icon for starred
    and user-bookmarks.
    
    Closes: https://gitlab.gnome.org/GNOME/gnome-disk-utility/issues/100

 src/disks/gduvolumegrid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/disks/gduvolumegrid.c b/src/disks/gduvolumegrid.c
index 641fc851..2e17f203 100644
--- a/src/disks/gduvolumegrid.c
+++ b/src/disks/gduvolumegrid.c
@@ -863,7 +863,7 @@ render_element (GduVolumeGrid *grid,
   if (element->show_mounted)
     g_ptr_array_add (icons_to_render, (gpointer) "media-playback-start-symbolic");
   if (element->show_configured)
-    g_ptr_array_add (icons_to_render, (gpointer) "user-bookmarks-symbolic");
+    g_ptr_array_add (icons_to_render, (gpointer) "starred-symbolic");
   if (icons_to_render->len > 0)
     {
       guint icon_offset = 0;


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