public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/sonata/files: sonata-1.6.2-keep_icons_constant.patch
@ 2009-05-25 12:26 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-05-25 12:26 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/05/25 12:26:32

  Added:                sonata-1.6.2-keep_icons_constant.patch
  Log:
  Keep icons constant when adding a stream to a playlist. Patch from upstream wrt #270564, thanks to Marc Arens for reporting.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/sonata/files/sonata-1.6.2-keep_icons_constant.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sonata/files/sonata-1.6.2-keep_icons_constant.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sonata/files/sonata-1.6.2-keep_icons_constant.patch?rev=1.1&content-type=text/plain

Index: sonata-1.6.2-keep_icons_constant.patch
===================================================================
Fix from upstream. Keep icons constant when adding a stream to a playlist.
http://bugs.gentoo.org/show_bug.cgi?id=270564
http://developer.berlios.de/bugs/?func=detailbug&bug_id=15722&group_id=7323

diff -ur sonata-1.6.2.orig/sonata/artwork.py sonata-1.6.2/sonata/artwork.py
--- sonata-1.6.2.orig/sonata/artwork.py	2009-04-02 06:57:29.000000000 +0300
+++ sonata-1.6.2/sonata/artwork.py	2009-05-25 14:14:48.000000000 +0300
@@ -228,6 +228,8 @@
 		# Search through the rows in the library to see
 		# if we match the currently playing song:
 		play_artist, play_album = library_get_data(cache_key, 'artist', 'album')
+		if play_artist is None and play_album is None:
+			return
 		for row in self.lib_model:
 			artist, album, path = library_get_data(row[1], 'artist', 'album', 'path')
 			if unicode(play_artist).lower() == unicode(artist).lower() \






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/sonata/files: sonata-1.6.2-keep_icons_constant.patch
@ 2011-04-30 15:30 Christoph Mende (angelos)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-30 15:30 UTC (permalink / raw
  To: gentoo-commits

angelos     11/04/30 15:30:44

  Removed:              sonata-1.6.2-keep_icons_constant.patch
  Log:
  Removed old files
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-30 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-30 15:30 [gentoo-commits] gentoo-x86 commit in media-sound/sonata/files: sonata-1.6.2-keep_icons_constant.patch Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-25 12:26 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox