[Xfce4-commits] [xfce/exo] 01/01: Replace invalid missing-image with image-missing icon

noreply at xfce.org noreply at xfce.org
Mon Jul 3 01:23:00 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 fd3a75ff5bf2ec4c20b8bd114d5a70ac911f95b2
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Jul 2 19:22:53 2017 -0400

    Replace invalid missing-image with image-missing icon
---
 exo/exo-thumbnail-preview.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/exo/exo-thumbnail-preview.c b/exo/exo-thumbnail-preview.c
index 7cb4db2..a574c6e 100644
--- a/exo/exo-thumbnail-preview.c
+++ b/exo/exo-thumbnail-preview.c
@@ -282,7 +282,7 @@ _exo_thumbnail_preview_set_uri (ExoThumbnailPreview *thumbnail_preview,
     {
       /* the preview widget is insensitive if we don't have an URI */
       gtk_widget_set_sensitive (GTK_WIDGET (thumbnail_preview), FALSE);
-      gtk_image_set_from_icon_name (GTK_IMAGE (thumbnail_preview->image), "missing-image", GTK_ICON_SIZE_DIALOG);
+      gtk_image_set_from_icon_name (GTK_IMAGE (thumbnail_preview->image), "image-missing", GTK_ICON_SIZE_DIALOG);
       gtk_label_set_text (GTK_LABEL (thumbnail_preview->name_label), _("No file selected"));
     }
   else
@@ -378,7 +378,7 @@ _exo_thumbnail_preview_set_uri (ExoThumbnailPreview *thumbnail_preview,
           else
             {
               /* no thumbnail, cannot display anything useful then */
-              gtk_image_set_from_icon_name (GTK_IMAGE (thumbnail_preview->image), "missing-image", GTK_ICON_SIZE_DIALOG);
+              gtk_image_set_from_icon_name (GTK_IMAGE (thumbnail_preview->image), "image-missing", GTK_ICON_SIZE_DIALOG);
             }
         }
 

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


More information about the Xfce4-commits mailing list