[banshee] [AmazonMp3] Notify the Music library after items added
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [AmazonMp3] Notify the Music library after items added
- Date: Thu, 2 Sep 2010 19:29:35 +0000 (UTC)
commit 268d0575bb41c24f96f5e7822d94d2d66f4fd9d9
Author: Gabriel Burt <gabriel burt gmail com>
Date: Thu Sep 2 14:29:12 2010 -0500
[AmazonMp3] Notify the Music library after items added
.../Banshee.AmazonMp3/AmazonDownloadManager.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/AmazonDownloadManager.cs b/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/AmazonDownloadManager.cs
index 35f6bf2..25a31cb 100644
--- a/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/AmazonDownloadManager.cs
+++ b/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/AmazonDownloadManager.cs
@@ -66,6 +66,7 @@ namespace Banshee.AmazonMp3
Status = Catalog.GetString ("Contacting..."),
IconNames = new string [] { "amazon-mp3-source" }
};
+ job.Finished += delegate { ServiceManager.SourceManager.MusicLibrary.NotifyUser (); };
ServiceManager.Get<JobScheduler> ().Add (job);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]