[gnome-music] Return pixbuf with border.



commit feec65416929187ce76b7706bc7860ef32e267b7
Author: Sai Suman Prayaga <suman sai14 gmail com>
Date:   Wed Apr 16 22:43:18 2014 +0530

    Return pixbuf with border.

 gnomemusic/albumArtCache.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/albumArtCache.py b/gnomemusic/albumArtCache.py
index e88db3a..254d7ae 100644
--- a/gnomemusic/albumArtCache.py
+++ b/gnomemusic/albumArtCache.py
@@ -72,7 +72,7 @@ def _make_icon_frame(pixbuf, path=None):
                          h - border * 4,
                          border_pixbuf,
                          border * 2, border * 2)
-    return new_pixbuf
+    return border_pixbuf
 
 
 class AlbumArtCache:


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