[Xfce4-commits] [xfce/exo] 01/01: Drop non-standard gnome-fs-* icons

noreply at xfce.org noreply at xfce.org
Mon Jul 3 01:48:01 CEST 2017


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/exo.

commit 199534217cfc30c342ea6d881ffebf72ad9d45b0
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Jul 2 19:47:55 2017 -0400

    Drop non-standard gnome-fs-* icons
---
 exo/exo-thumbnail-preview.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/exo/exo-thumbnail-preview.c b/exo/exo-thumbnail-preview.c
index a574c6e..243a6f3 100644
--- a/exo/exo-thumbnail-preview.c
+++ b/exo/exo-thumbnail-preview.c
@@ -300,27 +300,27 @@ _exo_thumbnail_preview_set_uri (ExoThumbnailPreview *thumbnail_preview,
               /* icon and size label depends on the mode */
               if (S_ISBLK (statb.st_mode))
                 {
-                  icon_name = g_strdup ("gnome-fs-blockdev");
+                  icon_name = g_strdup ("drive-harddisk");
                   size_name = g_strdup (_("Block Device"));
                 }
               else if (S_ISCHR (statb.st_mode))
                 {
-                  icon_name = g_strdup ("gnome-fs-chardev");
+                  icon_name = g_strdup ("drive-harddisk");
                   size_name = g_strdup (_("Character Device"));
                 }
               else if (S_ISDIR (statb.st_mode))
                 {
-                  icon_name = g_strdup ("gnome-fs-directory");
+                  icon_name = g_strdup ("folder");
                   size_name = g_strdup (_("Folder"));
                 }
               else if (S_ISFIFO (statb.st_mode))
                 {
-                  icon_name = g_strdup ("gnome-fs-fifo");
+                  icon_name = g_strdup ("drive-harddisk");
                   size_name = g_strdup (_("FIFO"));
                 }
               else if (S_ISSOCK (statb.st_mode))
                 {
-                  icon_name = g_strdup ("gnome-fs-socket");
+                  icon_name = g_strdup ("drive-harddisk");
                   size_name = g_strdup (_("Socket"));
                 }
               else if (S_ISREG (statb.st_mode))

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list