[banshee] [Library] Speed up moving tracks between libraries
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [Library] Speed up moving tracks between libraries
- Date: Fri, 14 May 2010 22:41:56 +0000 (UTC)
commit 05a2e528c068cda9fcd134336057f36120783ed6
Author: Gabriel Burt <gabriel burt gmail com>
Date: Thu May 13 10:50:13 2010 -0700
[Library] Speed up moving tracks between libraries
.../Banshee.Library/LibrarySource.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs b/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs
index 5a76d2e..50e9a28 100644
--- a/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs
+++ b/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs
@@ -138,7 +138,7 @@ namespace Banshee.Library
// TODO optimize, remove this? I think it makes moving items
// between local libraries very slow.
- source.NotifyTracksChanged ();
+ //source.NotifyTracksChanged ();
} else {
// Figure out where we should put it if were to copy it
var pattern = this.PathPattern ?? MusicLibrarySource.MusicFileNamePattern;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]