[gnome-music] Fix the default icon to be white
- From: Seif Lotfy <seiflotfy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] Fix the default icon to be white
- Date: Thu, 9 May 2013 00:01:17 +0000 (UTC)
commit 73627143c2b0c06ffee2af17469a14cfb73f0a73
Author: Seif Lotfy <seif lotfy com>
Date: Thu May 9 02:00:39 2013 +0200
Fix the default icon to be white
src/albumArtCache.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/albumArtCache.js b/src/albumArtCache.js
index 7070287..27bd655 100644
--- a/src/albumArtCache.js
+++ b/src/albumArtCache.js
@@ -143,7 +143,7 @@ const AlbumArtCache = new Lang.Class({
icon.get_bits_per_sample(),
icon.get_width()*4,
icon.get_height()*4);
- result.fill(0x00000000);
+ result.fill(0xffffffff);
icon.composite(result,
icon.get_width()*3/2,
icon.get_height()*3/2,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]