Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > cd2005d15c6370fc4f4fcd09ad37c7b0 > files > 6

exaile-0.3.0-0.a1.1mdv2009.1.src.rpm

=== modified file 'xl/gui/playlist.py'
--- xl/gui/playlist.py	2008-04-11 23:18:22 +0000
+++ xl/gui/playlist.py	2008-05-22 03:30:30 +0000
@@ -883,7 +883,6 @@
             if not check: break
             if check == song or check.io_loc == song.io_loc:
                 self.update_iter(iter, song)
-                self.update_song_list(song, check)
                 break
             iter = self.model.iter_next(iter)
             if not iter: break