[totem] grilo: use a 16x16 icon for the thumbnailing icon



commit b9748174ef200c17dbe07c46328de73a8a17342e
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 23 17:47:11 2014 +0100

    grilo: use a 16x16 icon for the thumbnailing icon
    
    As that's the "native" size of the icon, and it prevents fuzziness.

 src/plugins/grilo/icon-helpers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/grilo/icon-helpers.c b/src/plugins/grilo/icon-helpers.c
index d9622e0..a2e13c3 100644
--- a/src/plugins/grilo/icon-helpers.c
+++ b/src/plugins/grilo/icon-helpers.c
@@ -283,7 +283,7 @@ totem_grilo_setup_icons (Totem *totem)
 {
        icons[ICON_BOX] = load_icon (totem, "folder-symbolic", THUMB_SEARCH_HEIGHT, FALSE);
        icons[ICON_VIDEO] = load_icon (totem, "folder-videos-symbolic", THUMB_SEARCH_HEIGHT, FALSE);
-       icons[ICON_VIDEO_THUMBNAILING] = load_icon (totem, "content-loading-symbolic", 24, TRUE);
+       icons[ICON_VIDEO_THUMBNAILING] = load_icon (totem, "content-loading-symbolic", 16, TRUE);
        icons[ICON_OPTICAL] = load_icon (totem, "media-optical-dvd-symbolic", THUMB_SEARCH_HEIGHT, FALSE);
 
        cache_thumbnails = g_hash_table_new_full (g_str_hash,


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