Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > e6b591af903bccc3286f45182d53c26c > files > 3

exaile-0.2.13-8mdv2009.0.src.rpm

=== modified file 'xl/library.py'
--- xl/library.py	2008-02-12 18:02:21 +0000
+++ xl/library.py	2008-04-03 15:01:14 +0000
@@ -1035,7 +1035,7 @@
             # if percent is -2, it wasn't an auto scan, so we won't reload the
             # collection tree because that could potentially take a lot of
             # time if the person has a lot of tracks in their library
-            if percent == -2 and 0:
+            if percent == -2:
                 self.exaile.collection_panel.songs = self.exaile.all_songs
                 self.exaile.collection_panel.track_cache = dict()
                 gobject.idle_add(self.exaile.collection_panel.load_tree, True)