[gnome-music] Quickfix for huge songs icons



commit ed9d121d3043c0ba3e5438d0b8041d2de45eeb54
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Thu Apr 25 13:02:10 2013 +0200

    Quickfix for huge songs icons

 src/view.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/view.js b/src/view.js
index 5d72944..ce6fde9 100644
--- a/src/view.js
+++ b/src/view.js
@@ -323,6 +323,8 @@ const Songs = new Lang.Class({
         this.view.set_view_type(Gd.MainViewType.LIST);
         this._iconHeight = 32;
         this._iconWidth = 32;
+        let path = "/usr/share/icons/gnome/scalable/places/folder-music-symbolic.svg";
+        this._symbolicIcon = GdkPixbuf.Pixbuf.new_from_file_at_scale(path, this._iconHeight, 
this._iconWidth, true)
         this._addListRenderers();
         this.player = player;
     },


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