[totem] main: Use smaller icons for items without thumbnails



commit af3225fddb38c257e88eace176c660197ee85d08
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Feb 5 10:32:59 2014 +0100

    main: Use smaller icons for items without thumbnails

 src/icon-helpers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/icon-helpers.c b/src/icon-helpers.c
index 8640e85..758a49b 100644
--- a/src/icon-helpers.c
+++ b/src/icon-helpers.c
@@ -282,7 +282,7 @@ void
 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] = load_icon (totem, "folder-videos-symbolic", 16, 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);
 


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